DeepMount00 commited on
Commit
0a94c7d
1 Parent(s): 82b2db1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
12
  import torch
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
14
 
15
- MODEL_NAME = "DeepMount00/Llama-3-8b-Ita"
16
 
17
  model = AutoModelForCausalLM.from_pretrained(MODEL_NAME, torch_dtype=torch.bfloat16).eval()
18
  model.to(device)
 
12
  import torch
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
14
 
15
+ MODEL_NAME = "DeepMount00/Llama-3.1-Distilled"
16
 
17
  model = AutoModelForCausalLM.from_pretrained(MODEL_NAME, torch_dtype=torch.bfloat16).eval()
18
  model.to(device)