Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
bca7a494
Unverified
Commit
bca7a494
authored
Mar 05, 2024
by
Nicolas Hug
Committed by
GitHub
Mar 05, 2024
Browse files
Remove pinning of mpmath (#8298)
parent
fa5b8446
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/scripts/setup-env.sh
.github/scripts/setup-env.sh
+1
-2
No files found.
.github/scripts/setup-env.sh
View file @
bca7a494
...
...
@@ -87,8 +87,7 @@ case $GPU_ARCH_TYPE in
;;
esac
PYTORCH_WHEEL_INDEX
=
"https://download.pytorch.org/whl/
${
CHANNEL
}
/
${
GPU_ARCH_ID
}
"
# TODO: remove pinning of mpmath when https://github.com/pytorch/vision/issues/8292 is properly fixed.
pip
install
--progress-bar
=
off
"mpmath<1.4"
--pre
torch
--index-url
=
"
${
PYTORCH_WHEEL_INDEX
}
"
pip
install
--progress-bar
=
off
--pre
torch
--index-url
=
"
${
PYTORCH_WHEEL_INDEX
}
"
if
[[
$GPU_ARCH_TYPE
==
'cuda'
]]
;
then
python
-c
"import torch; exit(not torch.cuda.is_available())"
...
...
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