Spaces:
Running
Running
Commit ·
70fd7ca
1
Parent(s): a7e3aaf
fix: fixated python version to 3.10
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ language:
|
|
| 12 |
- en
|
| 13 |
- zh
|
| 14 |
pretty_name: OpsEval
|
|
|
|
| 15 |
tags:
|
| 16 |
- AIOps
|
| 17 |
- LLM
|
|
@@ -98,4 +99,4 @@ Please use the following citation when referencing the OpsEval dataset in your r
|
|
| 98 |
archivePrefix={arXiv},
|
| 99 |
primaryClass={cs.AI}
|
| 100 |
}
|
| 101 |
-
```
|
|
|
|
| 12 |
- en
|
| 13 |
- zh
|
| 14 |
pretty_name: OpsEval
|
| 15 |
+
python_version: "3.10"
|
| 16 |
tags:
|
| 17 |
- AIOps
|
| 18 |
- LLM
|
|
|
|
| 99 |
archivePrefix={arXiv},
|
| 100 |
primaryClass={cs.AI}
|
| 101 |
}
|
| 102 |
+
```
|