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

Decrease build time by using CPU-only pytorch #22

Open
jeandut opened this issue Mar 11, 2024 · 0 comments
Open

Decrease build time by using CPU-only pytorch #22

jeandut opened this issue Mar 11, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jeandut
Copy link
Collaborator

jeandut commented Mar 11, 2024

From @thbcmlowk:

For your information, one easy way to speed things up when:

Running remotely
Not using GPUs
Is to add

            "--extra-index-url https://download.pytorch.org/whl/cpu",
To your torch dependency

See [MNSIT](https://docs.substra.org/en/stable/examples/substrafl/get_started/run_mnist_torch.html#Running-the-experiment) example with substrafl the docs.
@jeandut jeandut changed the title Increase build time by using CPU-only pytorch Decrease build time by using CPU-only pytorch Mar 11, 2024
@jeandut jeandut added the good first issue Good for newcomers label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant