requirements:
- uv
- Recommended: CLI Version of hf auth. Note that this can be done programatically
- Cuda Compute Capable GPU what does that mean?
- like 50 GB of free space or something (number updated soon)
- For linux: nvcc-cu12 and cuda toolkit
- For windows: will get back to you
- For mac: N/A, might be able to get away with mps but untested
uvx --from huggingface_hub hf auth loginif using UV for the CLIfrom huggingface_hub import login \n login()for the programatic solution
uv run pytest :)