fastapi | |
uvicorn | |
outlines | |
numpy | |
# Force CPU-only torch | |
torch==2.0.1+cpu | |
# (and any other torch-based libs you need, also +cpu) | |
openai | |
# Tell pip where to find the +cpu variants | |
--extra-index-url https://download.pytorch.org/whl/cpu |
fastapi | |
uvicorn | |
outlines | |
numpy | |
# Force CPU-only torch | |
torch==2.0.1+cpu | |
# (and any other torch-based libs you need, also +cpu) | |
openai | |
# Tell pip where to find the +cpu variants | |
--extra-index-url https://download.pytorch.org/whl/cpu |