-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: install torch cpu for camelyon benchmark #176
Conversation
Signed-off-by: ThibaultFy <[email protected]>
/e2e --tests camelyon |
Signed-off-by: ThibaultFy <[email protected]>
/e2e --tests camelyon |
End to end tests: ✔️ SUCCESS |
@@ -194,7 +194,6 @@ def compile_requirements(dependency_list: List[Union[str, Path]], *, dest_dir: P | |||
"piptools", | |||
"compile", | |||
"--resolver=backtracking", | |||
"--no-emit-index-url", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the end, the param was an error (from myself) cause it might leak some extra index url, but some other might be needed (such as the torch cpu one)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Related issue
#
followed by the number of the issueSummary
Notes
Please check if the PR fulfills these requirements