mobicham commited on
Commit
c25e831
1 Parent(s): 9b5ec91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -22,9 +22,9 @@ model = LlamaHQQ.from_quantized(model_id)
22
 
23
  You can then use the model for text generation or to reproduce the benchmark numbers.
24
 
25
- *Limitations*:
26
- -Only supports a single GPU runtime
27
- -The model is not compatible with HuggingFace's PEFT.
28
 
29
 
30
 
 
22
 
23
  You can then use the model for text generation or to reproduce the benchmark numbers.
24
 
25
+ *Limitations*: <br>
26
+ -Only supports a single GPU runtime.<br>
27
+ -Not compatible with HuggingFace's PEFT.<br>
28
 
29
 
30