allstax commited on
Commit
9c20c6d
·
1 Parent(s): af0d69d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Prompt Template for alpaca style
25
 
26
  # Loading the model
27
  ```
28
- from transformers import AutoModelForCausalLM, AutoTokenizer, GPTQConfig
29
  model_id = "allstax/CodeExplainer-7b-v0.1"
30
  tokenizer = AutoTokenizer.from_pretrained(model_id)
31
  quant_model = AutoModelForCausalLM.from_pretrained(model_id, device_map='auto')
 
25
 
26
  # Loading the model
27
  ```
28
+ from transformers import AutoModelForCausalLM, AutoTokenizer
29
  model_id = "allstax/CodeExplainer-7b-v0.1"
30
  tokenizer = AutoTokenizer.from_pretrained(model_id)
31
  quant_model = AutoModelForCausalLM.from_pretrained(model_id, device_map='auto')