File size: 670 Bytes
cef8e20
f90283a
 
7ecf14e
f90283a
 
 
cef8e20
 
f90283a
7ecf14e
 
 
 
f90283a
cef8e20
 
f90283a
7ecf14e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Core dependencies
gradio  # Let pip install the latest  
fastapi  # Use the latest stable
uvicorn[standard]  # Let pip choose, but keep [standard]
pydantic # Let pip choose the newest, but after 2.0
httpx # Use the latest stable
python-multipart  # Use the latest stable

# ML stack
torch  # Allow for updates, but keep a reasonable minimum
diffusers  # Let pip install the latest
transformers  # Let pip install the latest
safetensors  # Let pip install the latest
xformers  # Let pip resolve; torch manages this
accelerate # It argues that this is codeded and testedd lol. 

# Utilities
requests # Use the latest stable.
huggingface_hub  # Let pip install the latest