jordiclive commited on
Commit
2532041
1 Parent(s): f791de6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -27,7 +27,6 @@ dtype = torch.bfloat16
27
  tokenizer = AutoTokenizer.from_pretrained(repo_id)
28
  model = AutoModelForCausalLM.from_pretrained(
29
  repo_id,
30
- subfolder="merged_model",
31
  torch_dtype=dtype,
32
  trust_remote_code=True,
33
  )
 
27
  tokenizer = AutoTokenizer.from_pretrained(repo_id)
28
  model = AutoModelForCausalLM.from_pretrained(
29
  repo_id,
 
30
  torch_dtype=dtype,
31
  trust_remote_code=True,
32
  )