Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
d4c0aa14
Unverified
Commit
d4c0aa14
authored
Aug 17, 2023
by
Younes Belkada
Committed by
GitHub
Aug 17, 2023
Browse files
[`Tests`] Fix failing 8bit test (#25564)
* fix failing 8bit test * trigger CI
parent
181d778f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docker/transformers-all-latest-gpu/Dockerfile
docker/transformers-all-latest-gpu/Dockerfile
+3
-0
No files found.
docker/transformers-all-latest-gpu/Dockerfile
View file @
d4c0aa14
...
@@ -50,6 +50,9 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
...
@@ -50,6 +50,9 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
# Add auto-gptq for gtpq quantization testing
# Add auto-gptq for gtpq quantization testing
RUN
python3
-m
pip
install
--no-cache-dir
auto-gptq
RUN
python3
-m
pip
install
--no-cache-dir
auto-gptq
# Add einops for additional model testing
RUN
python3
-m
pip
install
--no-cache-dir
einops
# For bettertransformer + gptq
# For bettertransformer + gptq
RUN
python3
-m
pip
install
--no-cache-dir
git+https://github.com/huggingface/optimum@main#egg
=
optimum
RUN
python3
-m
pip
install
--no-cache-dir
git+https://github.com/huggingface/optimum@main#egg
=
optimum
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment