We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b65963 commit 7f91b7eCopy full SHA for 7f91b7e
.github/workflows/run_chatgpt_examples.yml
@@ -39,7 +39,7 @@ jobs:
39
CXXFLAGS: "-O1"
40
MAX_JOBS: 4
41
run: |
42
- pip install flash-attn --no-build-isolation
+ pip install flash-attn==2.7.4.post1 --no-build-isolation
43
cd applications/ColossalChat
44
pip install --no-cache-dir -v .
45
pip install --no-cache-dir -r examples/requirements.txt
0 commit comments