LearnItAnyway commited on
Commit
ba0c7b2
1 Parent(s): 231d20a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -31,7 +31,8 @@ this model omit the first step from the method described above, and it works.
31
 
32
  ## Using the Model
33
 
34
- To load the model, a custom `LlamaForCausalLM` is required. (repository will be updated)
 
35
 
36
  ## References
37
 
 
31
 
32
  ## Using the Model
33
 
34
+ To load the model, a custom `LlamaForCausalLM` is required.
35
+ You can find quantized llama [here](https://github.com/LearnItAnyway/quantized_llama).
36
 
37
  ## References
38