From 5b12b36a1aeb57e4e6739a43c487de91ae29612b Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 28 Mar 2023 21:06:45 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ```