Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
Qwen2.5
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Birhanu Belay
Qwen2.5
Commits
6a6ef12a
Unverified
Commit
6a6ef12a
authored
1 year ago
by
Yang Fan
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile-cu121
Fix <
https://github.com/QwenLM/Qwen2/issues/512
>.
parent
55bce75d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile-cu121
+2
-2
2 additions, 2 deletions
docker/Dockerfile-cu121
with
2 additions
and
2 deletions
docker/Dockerfile-cu121
+
2
−
2
View file @
6a6ef12a
...
@@ -66,7 +66,7 @@ ARG BUNDLE_FLASH_ATTENTION=true
...
@@ -66,7 +66,7 @@ ARG BUNDLE_FLASH_ATTENTION=true
RUN <<EOF
RUN <<EOF
if [ "$BUNDLE_FLASH_ATTENTION" = "true" ]; then
if [ "$BUNDLE_FLASH_ATTENTION" = "true" ]; then
pip3 install --no-cache-dir flash-attn==2.5.
6
--no-build-isolation
pip3 install --no-cache-dir flash-attn==2.5.
8
--no-build-isolation
fi
fi
EOF
EOF
...
@@ -75,4 +75,4 @@ FROM bundle_flash_attention as final
...
@@ -75,4 +75,4 @@ FROM bundle_flash_attention as final
COPY ../examples/sft/* ./
COPY ../examples/sft/* ./
COPY ../examples/demo/* ./
COPY ../examples/demo/* ./
EXPOSE 80
EXPOSE 80
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment