Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ inputs = [
|
|
| 9 |
"Can you speak Indonesian?"
|
| 10 |
]
|
| 11 |
# Initialize the LLM model
|
| 12 |
-
llm = LLM(model="jester6136/
|
| 13 |
quantization="AWQ",
|
| 14 |
gpu_memory_utilization=0.9,
|
| 15 |
max_model_len=2000,
|
|
|
|
| 9 |
"Can you speak Indonesian?"
|
| 10 |
]
|
| 11 |
# Initialize the LLM model
|
| 12 |
+
llm = LLM(model="jester6136/Phi-3.5-mini-instruct-awq",
|
| 13 |
quantization="AWQ",
|
| 14 |
gpu_memory_utilization=0.9,
|
| 15 |
max_model_len=2000,
|