Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
d7ac8e4
1
Parent(s):
f040cda
fix: Remove custom index URLs to resolve dependency conflicts
Browse filesRemove flashinfer and vllm nightly index URLs from script dependencies
to avoid torch version conflicts between packages.
- generate_summaries_uv.py +0 -6
generate_summaries_uv.py
CHANGED
@@ -12,12 +12,6 @@
|
|
12 |
# "tqdm",
|
13 |
# "setuptools",
|
14 |
# ]
|
15 |
-
#
|
16 |
-
# [[tool.uv.index]]
|
17 |
-
# url = "https://flashinfer.ai/whl/cu126/torch2.6"
|
18 |
-
#
|
19 |
-
# [[tool.uv.index]]
|
20 |
-
# url = "https://wheels.vllm.ai/nightly"
|
21 |
# ///
|
22 |
import argparse
|
23 |
import logging
|
|
|
12 |
# "tqdm",
|
13 |
# "setuptools",
|
14 |
# ]
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# ///
|
16 |
import argparse
|
17 |
import logging
|