Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ this model support run with OST_UI so heres how to run it with just one command
|
|
32 |
```shell
|
33 |
git clone https://github.com/erfanzar/OST-OpenSourceTransformers
|
34 |
cd OST-OpenSourceTransformers/
|
35 |
-
python3 OST_UI/app.py --model_id='erfanzar/chatLGeM' --
|
36 |
```
|
37 |
|
38 |
## Examples 🚀
|
|
|
32 |
```shell
|
33 |
git clone https://github.com/erfanzar/OST-OpenSourceTransformers
|
34 |
cd OST-OpenSourceTransformers/
|
35 |
+
python3 OST_UI/app.py --model_id='erfanzar/chatLGeM' --num_gpus <NUMBER OF GPUS TO USE>
|
36 |
```
|
37 |
|
38 |
## Examples 🚀
|