File size: 120 Bytes
0d0ff25 |
1 2 3 4 5 |
#!/bin/bash
pip install -r requirements.txt
pip install "git+https://github.com/openai/triton.git#subdirectory=python"
|
0d0ff25 |
1 2 3 4 5 |
#!/bin/bash
pip install -r requirements.txt
pip install "git+https://github.com/openai/triton.git#subdirectory=python"
|