Update README.md
parent
7d3225501a
commit
5b12b36a1a
|
|
@ -50,11 +50,11 @@ Tabby opens an FastAPI server at [localhost:5000](https://localhost:5000), which
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Go to `development` directory.
|
Go to `development` directory.
|
||||||
```
|
```bash
|
||||||
make dev
|
make dev
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```bash
|
||||||
make dev-python # Turn off triton backend (for non-cuda env developers)
|
make dev-python # Turn off triton backend (for non-cuda env developers)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue