teknium commited on
Commit
f335688
1 Parent(s): 946ad42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -177,7 +177,7 @@ import bitsandbytes, flash_attn
177
 
178
  tokenizer = AutoTokenizer.from_pretrained('NousResearch/Hermes-3-Llama-3.1-70B', trust_remote_code=True)
179
  model = LlamaForCausalLM.from_pretrained(
180
- "NousResearch/Hermes-3-Llama-3.1-405B",
181
  torch_dtype=torch.float16,
182
  device_map="auto",
183
  load_in_8bit=False,
 
177
 
178
  tokenizer = AutoTokenizer.from_pretrained('NousResearch/Hermes-3-Llama-3.1-70B', trust_remote_code=True)
179
  model = LlamaForCausalLM.from_pretrained(
180
+ "NousResearch/Hermes-3-Llama-3.1-70B",
181
  torch_dtype=torch.float16,
182
  device_map="auto",
183
  load_in_8bit=False,