Update README.md
parent
f15624ff8b
commit
eacafd63a5
|
|
@ -23,6 +23,9 @@ An opensource / on-prem alternative to GitHub Copilot.
|
||||||
* Consumer level GPU supports (FP-16 weight loading with various optimization).
|
* Consumer level GPU supports (FP-16 weight loading with various optimization).
|
||||||
|
|
||||||
## Get started
|
## Get started
|
||||||
|
|
||||||
|
### Docker
|
||||||
|
|
||||||
The easiest way of getting started is using the `deployment/docker-compose.yml`:
|
The easiest way of getting started is using the `deployment/docker-compose.yml`:
|
||||||
```bash
|
```bash
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
|
@ -40,6 +43,10 @@ We also provides an interactive playground in admin panel [localhost:8501](http:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### API documentation
|
||||||
|
|
||||||
|
Tabby opens an FastAPI server at [localhost:5000](https://localhost:5000), which embeds an OpenAPI documentation of the HTTP API.
|
||||||
|
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
* [ ] Fine-tuning models on private code repository.
|
* [ ] Fine-tuning models on private code repository.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue