Skip to content

use cpu version of PyTorch for testing#10

Merged
ArneBinder merged 1 commit into
mainfrom
use-pytorch-cpu-for-testing
Sep 23, 2025
Merged

use cpu version of PyTorch for testing#10
ArneBinder merged 1 commit into
mainfrom
use-pytorch-cpu-for-testing

Conversation

@ArneBinder
Copy link
Copy Markdown
Owner

@ArneBinder ArneBinder commented Sep 23, 2025

by adding torch again as dev dependency, but with source = "pytorch-cpu" and

[[tool.poetry.source]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
priority = "explicit"

@ArneBinder ArneBinder added the ci Continuous Integration label Sep 23, 2025
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.20%. Comparing base (fdde528) to head (73ede54).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   97.20%   97.20%           
=======================================
  Files          24       24           
  Lines        2004     2004           
=======================================
  Hits         1948     1948           
  Misses         56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ArneBinder ArneBinder merged commit 190cf1f into main Sep 23, 2025
2 checks passed
@ArneBinder ArneBinder deleted the use-pytorch-cpu-for-testing branch September 23, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants