Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,5 @@ python nvila_demo.py --model-path PATH/TO/NVILA \
|
|
14 |
--act_scale_path NVILA-8B-VT-smooth-scale.pt \
|
15 |
--all --chunk --model_type nvila
|
16 |
'''
|
|
|
17 |
This command will download the quantized NVILA model and run a chat demo. If you’ve already downloaded the files, simply set the path to your local copies.
|
|
|
14 |
--act_scale_path NVILA-8B-VT-smooth-scale.pt \
|
15 |
--all --chunk --model_type nvila
|
16 |
'''
|
17 |
+
|
18 |
This command will download the quantized NVILA model and run a chat demo. If you’ve already downloaded the files, simply set the path to your local copies.
|