Environment setup
If you prefer to run the Client SDK directly on your local machine (instead of using the Docker Demo), follow this guide.
Note: These instructions assume an Ubuntu (or Debian-based) operating system.
1. System Requirements
Ensure your environment meets the following specifications to ensure compatibility with the compiled artifacts.
| Component | Version Requirement |
|---|---|
| Evaluation runner | Guide |
| Python | 3.11 |
| PyTorch | 2.7.1 |
| CUDA | 12.8 |
| System Pkg | python3-dev |
2. Install yasp client packages
# Install the set of yasp Python wheels\n",
curl -H "Authorization: Bearer $YASP_API_TOKEN" -o wheels.zip "$YASP_API_HOST/wheels"
unzip -o wheels.zip
pip install yasp_*.whl
Note
We are working on bringing these packages to pipy directly, stay tunned