psynote123 commited on
Commit
8cbcc94
·
verified ·
1 Parent(s): 4a114f8

Update README.md

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