Manhph2211 commited on
Commit
c64523b
·
verified ·
1 Parent(s): e377953
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -44,7 +44,6 @@ After we have access to [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.c
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
  ```
 
44
 
45
  ```python
46
  # transformers==4.43.3 accelerate==1.0.1 peft==0.13.2
 
47
  from transformers import AutoModel
48
  model = AutoModel.from_pretrained("Manhph2211/Q-HEART", trust_remote_code=True, dtype="auto")
49
  ```