On Windows 11 + Python 3.12, installing the CUDA 12.4 builds of PyTorch and running Unsloth (or Hugging Face/TorchAO quantization) fails due to a Triton import error ...
name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...