|
1 | 1 | -i https://pypi.org/simple |
2 | 2 | --extra-index-url https://download.pytorch.org/whl/cu121/ |
3 | | -aiosignal==1.3.1; python_version >= '3.7' |
4 | | -annotated-types==0.6.0; python_version >= '3.8' |
5 | | -anyio==4.3.0; python_version >= '3.8' |
| 3 | +aiosignal==1.3.2; python_version >= '3.7' |
| 4 | +annotated-types==0.7.0; python_version >= '3.8' |
| 5 | +anyio==4.9.0; python_version >= '3.8' |
6 | 6 | attrs==23.2.0; python_version >= '3.7' |
7 | 7 | certifi==2024.2.2; python_version >= '3.6' |
8 | | -charset-normalizer==3.3.2; python_full_version >= '3.7.0' |
9 | | -click==8.1.7; python_version >= '3.7' |
10 | | -cloudpickle==3.0.0; python_version >= '3.8' |
11 | | -cmake==3.29.3; python_version >= '3.7' |
| 8 | +charset-normalizer==3.4.2; python_full_version >= '3.7.0' |
| 9 | +click==8.2.1; python_version >= '3.7' |
| 10 | +cloudpickle==3.1.1; python_version >= '3.8' |
| 11 | +cmake==3.31.6; python_version >= '3.7' |
12 | 12 | diskcache==5.6.3; python_version >= '3' |
13 | 13 | distro==1.9.0; python_version >= '3.6' |
14 | | -dnspython==2.6.1; python_version >= '3.8' |
15 | | -einops==0.8.0; python_version >= '3.8' |
16 | | -email-validator==2.1.1; python_version >= '3.8' |
17 | | -fastapi==0.111.0; python_version >= '3.8' |
18 | | -fastapi-cli==0.0.3; python_version >= '3.8' |
19 | | -filelock==3.14.0; python_version >= '3.8' |
20 | | -frozenlist==1.4.1; python_version >= '3.8' |
21 | | -fsspec==2024.3.1; python_version >= '3.8' |
| 14 | +dnspython==2.7.0; python_version >= '3.8' |
| 15 | +einops==0.8.1; python_version >= '3.8' |
| 16 | +email-validator==2.2.0; python_version >= '3.8' |
| 17 | +fastapi==0.115.12; python_version >= '3.8' |
| 18 | +fastapi-cli==0.0.7; python_version >= '3.8' |
| 19 | +filelock==3.18.0; python_version >= '3.8' |
| 20 | +frozenlist==1.6.0; python_version >= '3.8' |
| 21 | +fsspec==2024.12.0; python_version >= '3.8' |
22 | 22 | h11==0.14.0; python_version >= '3.7' |
23 | | -httpcore==1.0.5; python_version >= '3.8' |
24 | | -httptools==0.6.1 |
25 | | -httpx==0.27.0; python_version >= '3.8' |
26 | | -huggingface-hub==0.26.3; python_full_version >= '3.8.0' |
27 | | -idna==3.7; python_version >= '3.5' |
| 23 | +httpcore==1.0.9; python_version >= '3.8' |
| 24 | +httptools==0.6.4 |
| 25 | +httpx==0.28.1; python_version >= '3.8' |
| 26 | +huggingface-hub==0.32.3; python_full_version >= '3.8.0' |
| 27 | +idna==3.10; python_version >= '3.5' |
28 | 28 | interegular==0.3.3; python_version >= '3.7' |
29 | 29 | jinja2==3.1.4; python_version >= '3.7' |
30 | | -joblib==1.4.2; python_version >= '3.8' |
31 | | -jsonschema==4.22.0; python_version >= '3.8' |
| 30 | +joblib==1.5.1; python_version >= '3.8' |
| 31 | +jsonschema==4.24.0; python_version >= '3.8' |
32 | 32 | jsonschema-specifications==2023.12.1; python_version >= '3.8' |
33 | | -lark==1.1.9; python_version >= '3.6' |
34 | | -llvmlite==0.42.0; python_version >= '3.9' |
35 | | -lm-format-enforcer==0.10.6; python_version >= '3.8' and python_version < '4.0' |
| 33 | +lark==1.2.2; python_version >= '3.6' |
| 34 | +llvmlite==0.44.0; python_version >= '3.9' |
| 35 | +lm-format-enforcer==0.10.11; python_version >= '3.8' and python_version < '4.0' |
36 | 36 | markdown-it-py==3.0.0; python_version >= '3.8' |
37 | 37 | markupsafe==2.1.5; python_version >= '3.7' |
38 | 38 | mdurl==0.1.2; python_version >= '3.7' |
39 | 39 | mpmath==1.3.0 |
40 | | -msgpack==1.0.8; python_version >= '3.8' |
| 40 | +msgpack==1.1.0; python_version >= '3.8' |
41 | 41 | nest-asyncio==1.6.0; python_version >= '3.5' |
42 | | -networkx==3.3; python_version >= '3.10' |
43 | | -ninja==1.11.1.1 |
44 | | -numba==0.59.1; python_version >= '3.9' |
| 42 | +networkx==3.5; python_version >= '3.10' |
| 43 | +ninja==1.11.1.4 |
| 44 | +numba==0.61.2; python_version >= '3.9' |
45 | 45 | numpy==1.26.4; python_version >= '3.9' |
46 | 46 | nvidia-cublas-cu12; platform_system == 'Linux' and platform_machine == 'x86_64' |
47 | 47 | nvidia-cuda-cupti-cu12; platform_system == 'Linux' and platform_machine == 'x86_64' |
48 | 48 | nvidia-cuda-nvrtc-cu12; platform_system == 'Linux' and platform_machine == 'x86_64' |
49 | 49 | nvidia-cuda-runtime-cu12; platform_system == 'Linux' and platform_machine == 'x86_64' |
50 | | -nvidia-cudnn-cu12==9.1.0.70; platform_system == 'Linux' and platform_machine == 'x86_64' |
| 50 | +nvidia-cudnn-cu12==9.10.1.4; platform_system == 'Linux' and platform_machine == 'x86_64' |
51 | 51 | nvidia-cufft-cu12; platform_system == 'Linux' and platform_machine == 'x86_64' |
52 | | -nvidia-curand-cu12==10.3.2.106; platform_system == 'Linux' and platform_machine == 'x86_64' |
53 | | -nvidia-cusolver-cu12==11.4.5.107; platform_system == 'Linux' and platform_machine == 'x86_64' |
54 | | -nvidia-cusparse-cu12==12.1.0.106; platform_system == 'Linux' and platform_machine == 'x86_64' |
55 | | -nvidia-ml-py==12.560.30 |
| 52 | +nvidia-curand-cu12==10.3.10.19; platform_system == 'Linux' and platform_machine == 'x86_64' |
| 53 | +nvidia-cusolver-cu12==11.7.4.40; platform_system == 'Linux' and platform_machine == 'x86_64' |
| 54 | +nvidia-cusparse-cu12==12.5.9.5; platform_system == 'Linux' and platform_machine == 'x86_64' |
| 55 | +nvidia-ml-py==12.575.51 |
56 | 56 | nvidia-nccl-cu12; platform_system == 'Linux' and platform_machine == 'x86_64' |
57 | | -nvidia-nvjitlink-cu12==12.4.127; python_version >= '3' |
58 | | -nvidia-nvtx-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64' |
59 | | -openai==1.56.0; python_full_version >= '3.8' |
60 | | -orjson==3.10.3; python_version >= '3.8' |
61 | | -outlines==0.0.46; python_version >= '3.8' |
62 | | -packaging==24.0; python_version >= '3.7' |
63 | | -pip==24.0; python_version >= '3.7' |
64 | | -prometheus-client==0.20.0; python_version >= '3.8' |
65 | | -prometheus-fastapi-instrumentator==7.0.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0' |
66 | | -protobuf==5.26.1; python_version >= '3.8' |
| 57 | +nvidia-nvjitlink-cu12==12.9.41; python_version >= '3' |
| 58 | +nvidia-nvtx-cu12==12.9.19; platform_system == 'Linux' and platform_machine == 'x86_64' |
| 59 | +openai==1.83.0; python_full_version >= '3.8' |
| 60 | +orjson==3.10.18; python_version >= '3.8' |
| 61 | +outlines==0.2.3; python_version >= '3.8' |
| 62 | +packaging==24.2; python_version >= '3.7' |
| 63 | +pip==24.3.1; python_version >= '3.7' |
| 64 | +prometheus-client==0.22.1; python_version >= '3.8' |
| 65 | +prometheus-fastapi-instrumentator==7.1.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0' |
| 66 | +protobuf==5.29.5; python_version >= '3.8' |
67 | 67 | psutil==5.9.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' |
68 | 68 | py-cpuinfo==9.0.0 |
69 | | -pydantic==2.10.0; python_version >= '3.8' |
70 | | -pydantic-core==2.27.0; python_version >= '3.8' |
71 | | -pygments==2.18.0; python_version >= '3.8' |
72 | | -pynvml==11.5.0; python_version >= '3.6' |
73 | | -python-dotenv==1.0.1 |
| 69 | +pydantic==2.11.5; python_version >= '3.8' |
| 70 | +pydantic-core==2.34.1; python_version >= '3.8' |
| 71 | +pygments==2.19.1; python_version >= '3.8' |
| 72 | +pynvml==11.5.3; python_version >= '3.6' |
| 73 | +python-dotenv==1.1.0 |
74 | 74 | python-multipart==0.0.9; python_version >= '3.8' |
75 | | -pyyaml==6.0.1; python_version >= '3.6' |
| 75 | +pyyaml==6.0.2; python_version >= '3.6' |
76 | 76 | ray==2.21.0; python_version >= '3.8' |
77 | | -referencing==0.35.1; python_version >= '3.8' |
78 | | -regex==2024.5.10; python_version >= '3.8' |
| 77 | +referencing==0.36.2; python_version >= '3.8' |
| 78 | +regex==2024.11.6; python_version >= '3.8' |
79 | 79 | requests==2.31.0; python_version >= '3.7' |
80 | | -rich==13.7.1; python_full_version >= '3.7.0' |
81 | | -rpds-py==0.18.1; python_version >= '3.8' |
82 | | -safetensors==0.4.3; python_version >= '3.7' |
83 | | -scipy==1.13.0; python_version >= '3.9' |
| 80 | +rich==13.9.4; python_full_version >= '3.7.0' |
| 81 | +rpds-py==0.25.1; python_version >= '3.8' |
| 82 | +safetensors==0.5.3; python_version >= '3.7' |
| 83 | +scipy==1.15.3; python_version >= '3.9' |
84 | 84 | sentencepiece==0.2.0 |
85 | 85 | shellingham==1.5.4; python_version >= '3.7' |
86 | 86 | sniffio==1.3.1; python_version >= '3.7' |
87 | 87 | starlette==0.37.2; python_version >= '3.8' |
88 | | -sympy==1.13.1; python_version >= '3.9' |
| 88 | +sympy==1.14.0; python_version >= '3.9' |
89 | 89 | tiktoken>=0.6.0; python_version >= '3.8' |
90 | | -tokenizers==0.20.3; python_version >= '3.7' |
| 90 | +tokenizers==0.21.1; python_version >= '3.7' |
91 | 91 | torch==2.5.1; python_full_version >= '3.8.0' |
92 | | -tqdm==4.66.4; python_version >= '3.7' |
| 92 | +tqdm==4.67.1; python_version >= '3.7' |
93 | 93 | transformers==4.45.2; python_full_version >= '3.8.0' |
94 | | -triton==3.1.0; platform_system == 'Linux' and platform_machine == 'x86_64' |
95 | | -typer==0.12.3; python_version >= '3.7' |
96 | | -typing-extensions==4.12.2; python_version >= '3.8' |
97 | | -ujson==5.9.0; python_version >= '3.8' |
| 94 | +triton==3.3.1; platform_system == 'Linux' and platform_machine == 'x86_64' |
| 95 | +typer==0.16.0; python_version >= '3.7' |
| 96 | +typing-extensions==4.14.0; python_version >= '3.8' |
| 97 | +ujson==5.10.0; python_version >= '3.8' |
98 | 98 | urllib3==2.2.1; python_version >= '3.8' |
99 | | -uvicorn[standard]==0.29.0; python_version >= '3.8' |
100 | | -uvloop==0.19.0 |
| 99 | +uvicorn[standard]==0.34.3; python_version >= '3.8' |
| 100 | +uvloop==0.21.0 |
101 | 101 | vllm==0.6.4; python_version >= '3.9' |
102 | 102 |
|
103 | 103 | vllm-nccl-cu12==2.18.1.0.4.0 |
104 | | -watchfiles==0.21.0 |
| 104 | +watchfiles==0.24.0 |
105 | 105 | websockets==12.0 |
106 | | -wheel==0.43.0; python_version >= '3.8' |
107 | | -xformers==0.0.28.post3; python_version >= '3.9' |
| 106 | +wheel==0.45.1; python_version >= '3.8' |
| 107 | +xformers==0.0.30; python_version >= '3.9' |
0 commit comments