Skip to content

fractal-analytics-platform/testing-tasks-mock-pytorch-pixi

Repository files navigation

testing-tasks-pytorch-mock-pixi

How to create a tag and trigger the GitHub-release action:

git tag -a 0.0.1
git push --tags 

How to update manifest

pixi run fractal-manifest create --package mock-pytorch-pixi-tasks

Notes

  • On linux set cuda version by
[tool.pixi.target.linux-64.dependencies]
cuda-version = "12.8"
  • Uses uv to install torch from wheel. conda-forge build of torch has several issues and creates a lot of random problems while trying to install it.
  • The mock task has some code to validate that torch is working correctly. It prints out a random tensor, the torch version, and whether cuda is available. This can be seen in the task logs.

About

Dummy package to test pixi collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages