Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
9fa7761
1
Parent(s):
ad2f76a
auto set torch
Browse files- generate_summaries_uv.py +0 -7
generate_summaries_uv.py
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
# requires-python = ">=3.10"
|
3 |
# dependencies = [
|
4 |
# "datasets",
|
5 |
-
# "flashinfer-python",
|
6 |
# "hf_transfer",
|
7 |
# "huggingface-hub[hf_xet]",
|
8 |
# "polars",
|
@@ -12,12 +11,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
|
|
|
2 |
# requires-python = ">=3.10"
|
3 |
# dependencies = [
|
4 |
# "datasets",
|
|
|
5 |
# "hf_transfer",
|
6 |
# "huggingface-hub[hf_xet]",
|
7 |
# "polars",
|
|
|
11 |
# "tqdm",
|
12 |
# "setuptools",
|
13 |
# ]
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# ///
|
15 |
import argparse
|
16 |
import logging
|