Updated Readme
Browse files
README.md
CHANGED
|
@@ -76,7 +76,7 @@ model_name = model_id.split("/")[-1]
|
|
| 76 |
```shell
|
| 77 |
# Run model
|
| 78 |
# change the path of the model
|
| 79 |
-
python examples/chat.py -m "../quant/alokabhishek/Meta-Llama-3-8B-Instruct-
|
| 80 |
```
|
| 81 |
|
| 82 |
|
|
|
|
| 76 |
```shell
|
| 77 |
# Run model
|
| 78 |
# change the path of the model
|
| 79 |
+
python examples/chat.py -m "../quant/alokabhishek/Meta-Llama-3-8B-Instruct-8.0-bpw-exl2" -mode llama3
|
| 80 |
```
|
| 81 |
|
| 82 |
|