minor fix to gpu serving command (#205)
parent
fb60a3f3d6
commit
6f6874d56d
|
|
@ -22,7 +22,7 @@ tabby --help
|
||||||
tabby serve --model TabbyML/J-350M
|
tabby serve --model TabbyML/J-350M
|
||||||
|
|
||||||
# Serve with cuda
|
# Serve with cuda
|
||||||
tabby-gpu --model TabbyML/J-350M --device cuda
|
tabby-gpu serve --model TabbyML/J-350M --device cuda
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue