Update README.md

add-more-languages
Meng Zhang 2023-03-28 21:06:45 +08:00 committed by GitHub
parent 7d3225501a
commit 5b12b36a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)
``` ```