Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shyamnath
/
inferencing-llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7d17b48
inferencing-llm
/
litellm
/
types
/
scheduler.py
Shyamnath
Push core package and essential files
469eae6
6 days ago
raw
Copy download link
history
blame
Safe
99 Bytes
from
enum
import
Enum
class
DefaultPriorities
(
Enum
):
High =
0
Medium =
128
Low =
255