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
OpenDAS
vllm_cscc
Commits
f93bf2b1
Unverified
Commit
f93bf2b1
authored
Dec 13, 2024
by
Li, Jiang
Committed by
GitHub
Dec 13, 2024
Browse files
[Bugfix][CI][CPU] add missing datasets package to requirements-cpu.txt (#11159)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
7cd74091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
requirements-cpu.txt
requirements-cpu.txt
+2
-1
No files found.
requirements-cpu.txt
View file @
f93bf2b1
...
...
@@ -4,4 +4,5 @@
# Dependencies for CPUs
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
torch==2.5.1; platform_machine == "aarch64"
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
\ No newline at end of file
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
datasets # for benchmark scripts
\ No newline at end of file
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