Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ from llmcompressor.transformers import oneshot
|
|
| 19 |
from llmcompressor.modifiers.quantization import QuantizationModifier
|
| 20 |
|
| 21 |
# Define the model ID for the model you want to quantize
|
| 22 |
-
MODEL_ID = "
|
| 23 |
|
| 24 |
# Load the model and tokenizer
|
| 25 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 19 |
from llmcompressor.modifiers.quantization import QuantizationModifier
|
| 20 |
|
| 21 |
# Define the model ID for the model you want to quantize
|
| 22 |
+
MODEL_ID = "meta-llama/Llama-3.1-8B-Instruct"
|
| 23 |
|
| 24 |
# Load the model and tokenizer
|
| 25 |
model = AutoModelForCausalLM.from_pretrained(
|