Cheng98 commited on
Commit
aa9998f
·
1 Parent(s): a31484b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -13,6 +13,7 @@ from chop.models.manual.llama_quantized import (
13
  LlamaQuantizedForCausalLM,
14
  )
15
 
 
16
  tokenizer = LlamaTokenizer.from_pretrained(name)
17
 
18
  # override the quant_config to quantized the model
 
13
  LlamaQuantizedForCausalLM,
14
  )
15
 
16
+ name="Cheng98/llama-160m"
17
  tokenizer = LlamaTokenizer.from_pretrained(name)
18
 
19
  # override the quant_config to quantized the model