uyiosa commited on
Commit
851c095
·
verified ·
1 Parent(s): 3c389a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "perplexity-ai/r1-1776-distill-llama-70b"
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(