Manhph2211 commited on
Commit
e377953
·
verified ·
1 Parent(s): 67bb93f
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,6 +43,8 @@ base_model:
43
  After we have access to [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) model and install suitable transformers package version, we can run:
44
 
45
  ```python
 
 
46
  from transformers import AutoModel
47
  model = AutoModel.from_pretrained("Manhph2211/Q-HEART", trust_remote_code=True, dtype="auto")
48
  ```
 
43
  After we have access to [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) model and install suitable transformers package version, we can run:
44
 
45
  ```python
46
+ # transformers==4.43.3 accelerate==1.0.1 peft==0.13.2
47
+
48
  from transformers import AutoModel
49
  model = AutoModel.from_pretrained("Manhph2211/Q-HEART", trust_remote_code=True, dtype="auto")
50
  ```