legolasyiu commited on
Commit
863882f
·
verified ·
1 Parent(s): 6caf9ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ tokenizer = AutoTokenizer.from_pretrained("EpistemeAI/Fireball-R1.1-Llama-3.1-8B
75
 
76
  # Load the model in 8-bit precision using bitsandbytes (requires a CUDA GPU)
77
  model = AutoModelForCausalLM.from_pretrained(
78
- "EpistemeAI/Fireball-R1-Llama-3.1-8B",
79
  load_in_8bit=True, # Enable 8-bit loading to reduce memory usage
80
  device_map="auto" # Automatically map model layers to the available device(s)
81
  )
 
75
 
76
  # Load the model in 8-bit precision using bitsandbytes (requires a CUDA GPU)
77
  model = AutoModelForCausalLM.from_pretrained(
78
+ "EpistemeAI/Fireball-R1.1-Llama-3.1-8B",
79
  load_in_8bit=True, # Enable 8-bit loading to reduce memory usage
80
  device_map="auto" # Automatically map model layers to the available device(s)
81
  )