Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ from vllm import LLM, SamplingParams
|
|
| 38 |
from transformers import AutoTokenizer
|
| 39 |
|
| 40 |
model_id = "llmat/Mistral-Small-24B-Instruct-2501-NVFP4"
|
| 41 |
-
number_gpus =
|
| 42 |
|
| 43 |
sampling_params = SamplingParams(temperature=0.6, top_p=0.9, max_tokens=256)
|
| 44 |
|
|
|
|
| 38 |
from transformers import AutoTokenizer
|
| 39 |
|
| 40 |
model_id = "llmat/Mistral-Small-24B-Instruct-2501-NVFP4"
|
| 41 |
+
number_gpus = 1
|
| 42 |
|
| 43 |
sampling_params = SamplingParams(temperature=0.6, top_p=0.9, max_tokens=256)
|
| 44 |
|