Skip to content
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

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Conversation

ThibaultFy
Copy link
Member

Related issue

# followed by the number of the issue

Summary

Notes

Please check if the PR fulfills these requirements

  • If the feature has an impact on the user experience, the changelog has been updated
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • The commit message follows the conventional commit specification

Signed-off-by: ThibaultFy <[email protected]>
@ThibaultFy
Copy link
Member Author

/e2e --tests camelyon

@Owlfred
Copy link

Owlfred commented Oct 11, 2023

End to end tests: ❌ FAILURE

Jobs status:

I'm sorry.

Signed-off-by: ThibaultFy <[email protected]>
@ThibaultFy
Copy link
Member Author

/e2e --tests camelyon

@Owlfred
Copy link

Owlfred commented Oct 11, 2023

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",
Copy link
Member Author

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)

@ThibaultFy ThibaultFy marked this pull request as ready for review October 11, 2023 15:14
@ThibaultFy ThibaultFy requested a review from a team as a code owner October 11, 2023 15:14
Copy link
Contributor

@thbcmlowk thbcmlowk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ThibaultFy ThibaultFy merged commit 3716779 into main Oct 11, 2023
7 checks passed
@ThibaultFy ThibaultFy deleted the feat/camelyon-on-cpu branch October 11, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants