barandinho commited on
Commit
5acd16e
·
verified ·
1 Parent(s): c85658d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ MODEL_NAME = "barandinho/aya-expanse-32b-turkish-reasoning-sft-ckpt5"
13
 
14
  tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)
15
  model = AutoModelForCausalLM.from_pretrained(
16
- ckpt_path,
17
  torch_dtype=torch.bfloat16, # or "auto"
18
  attn_implementation="flash_attention_2"
19
  ).to("cuda")
 
13
 
14
  tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)
15
  model = AutoModelForCausalLM.from_pretrained(
16
+ MODEL_NAME,
17
  torch_dtype=torch.bfloat16, # or "auto"
18
  attn_implementation="flash_attention_2"
19
  ).to("cuda")