diff --git a/README.md b/README.md index 8ac55ac..db436da 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Tabby opens an FastAPI server at [localhost:5000](https://localhost:5000), which ## Development Go to `development` directory. -``` +```bash make dev ``` or -``` +```bash make dev-python # Turn off triton backend (for non-cuda env developers) ```