Skip to content

Commit 64a9a60

Browse files
authored
Update README.md
1 parent e865a1d commit 64a9a60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,8 @@ If you find TriForce useful or relevant to your project and research, please kin
108108
year={2024}
109109
}
110110
```
111+
112+
## FAQ
113+
1. Environment Issues
114+
115+
Ensure you are using `transformers==4.37.2` because the apply_rotary_pos_emb API has changed in more recent versions of transformers. Additionally, some environment issues (e.g., incompatibility with the latest flash-attn) can be resolved by setting `torch==2.2.1+cu121` and `flash_attn==2.5.7`. For more details, please refer to [issue #7](https://github.com/Infini-AI-Lab/TriForce/issues/7).

0 commit comments

Comments
 (0)