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: ...
Firstly, thank you for developing this wonderful tool! I have recent upgrade with newer GPU (A4000), which result in older CUDA not working well. After a couple test and run, I would like to share a ...