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
- On linux set cuda version by
[tool.pixi.target.linux-64.dependencies]
cuda-version = "12.8"
- Uses
uv
to installtorch
from wheel.conda-forge
build oftorch
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.