psynote123 commited on
Commit
6664c82
·
verified ·
1 Parent(s): 947f875

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ from elastic_models.transformers import AutoModelForCausalLM
60
 
61
  # Currently we require to have your HF token
62
  # as we use original weights for part of layers and
63
- # model confugaration as well
64
  model_name = "mistralai/Mistral-7B-Instruct-v0.3"
65
  hf_token = ''
66
  device = torch.device("cuda")
 
60
 
61
  # Currently we require to have your HF token
62
  # as we use original weights for part of layers and
63
+ # model configuration as well
64
  model_name = "mistralai/Mistral-7B-Instruct-v0.3"
65
  hf_token = ''
66
  device = torch.device("cuda")