Upload folder using huggingface_hub
Browse files- lm_eval/README.md +1 -1
- lm_eval/pyproject.toml +1 -1
- lm_eval/uv.lock +2 -2
lm_eval/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Download this directory to a local machine and set up [`uv`](https://docs.astral
|
|
| 15 |
|
| 16 |
3. **Activate the environment:**
|
| 17 |
```bash
|
| 18 |
-
source .venv/bin/activate
|
| 19 |
```
|
| 20 |
|
| 21 |
### Evaluation Script
|
|
|
|
| 15 |
|
| 16 |
3. **Activate the environment:**
|
| 17 |
```bash
|
| 18 |
+
source .venv/bin/activate
|
| 19 |
```
|
| 20 |
|
| 21 |
### Evaluation Script
|
lm_eval/pyproject.toml
CHANGED
|
@@ -61,4 +61,4 @@ dependencies = [
|
|
| 61 |
]
|
| 62 |
|
| 63 |
[tool.uv.sources]
|
| 64 |
-
quartet2 = { git = "https://github.com/IST-DASLab/Quartet-II.git", subdirectory = "kernels", rev = "
|
|
|
|
| 61 |
]
|
| 62 |
|
| 63 |
[tool.uv.sources]
|
| 64 |
+
quartet2 = { git = "https://github.com/IST-DASLab/Quartet-II.git", subdirectory = "kernels", rev = "23e8856671fad8b488ba3cfd218a13e0494654b4" }
|
lm_eval/uv.lock
CHANGED
|
@@ -446,7 +446,7 @@ requires-dist = [
|
|
| 446 |
{ name = "nvidia-nvtx", specifier = "==13.0.85" },
|
| 447 |
{ name = "nvtx", specifier = "==0.2.15" },
|
| 448 |
{ name = "packaging", specifier = "==26.0" },
|
| 449 |
-
{ name = "quartet2", git = "https://github.com/IST-DASLab/Quartet-II.git?subdirectory=kernels&rev=
|
| 450 |
{ name = "requests", specifier = "==2.32.5" },
|
| 451 |
{ name = "scipy", specifier = "==1.17.1" },
|
| 452 |
{ name = "sympy", specifier = "==1.14.0" },
|
|
@@ -2035,7 +2035,7 @@ wheels = [
|
|
| 2035 |
[[package]]
|
| 2036 |
name = "quartet2"
|
| 2037 |
version = "0.0.2"
|
| 2038 |
-
source = { git = "https://github.com/IST-DASLab/Quartet-II.git?subdirectory=kernels&rev=
|
| 2039 |
dependencies = [
|
| 2040 |
{ name = "flashinfer-python" },
|
| 2041 |
{ name = "nvtx" },
|
|
|
|
| 446 |
{ name = "nvidia-nvtx", specifier = "==13.0.85" },
|
| 447 |
{ name = "nvtx", specifier = "==0.2.15" },
|
| 448 |
{ name = "packaging", specifier = "==26.0" },
|
| 449 |
+
{ name = "quartet2", git = "https://github.com/IST-DASLab/Quartet-II.git?subdirectory=kernels&rev=23e8856671fad8b488ba3cfd218a13e0494654b4" },
|
| 450 |
{ name = "requests", specifier = "==2.32.5" },
|
| 451 |
{ name = "scipy", specifier = "==1.17.1" },
|
| 452 |
{ name = "sympy", specifier = "==1.14.0" },
|
|
|
|
| 2035 |
[[package]]
|
| 2036 |
name = "quartet2"
|
| 2037 |
version = "0.0.2"
|
| 2038 |
+
source = { git = "https://github.com/IST-DASLab/Quartet-II.git?subdirectory=kernels&rev=23e8856671fad8b488ba3cfd218a13e0494654b4#23e8856671fad8b488ba3cfd218a13e0494654b4" }
|
| 2039 |
dependencies = [
|
| 2040 |
{ name = "flashinfer-python" },
|
| 2041 |
{ name = "nvtx" },
|