psynote123 commited on
Commit
99a17c0
·
verified ·
1 Parent(s): c008ff9

Update README.md

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