Spaces:
Running
Running
updated requirements after check
Browse files- .vscode/launch.json +1 -1
- README.md +1 -16
- README_en.md +2 -16
- README_kr.md +1 -15
- src/openlimit +1 -0
.vscode/launch.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"cwd": "${workspaceFolder}/varco_arena/",
|
| 12 |
"program": "main.py",
|
| 13 |
"console": "integratedTerminal",
|
| 14 |
-
"args": [
|
| 15 |
"-i",
|
| 16 |
// "rsc/inputs_for_dbg/dbg_llmbar_inputs/",
|
| 17 |
"rsc/inputs_for_dbg/dbg_trans_inputs/",
|
|
|
|
| 11 |
"cwd": "${workspaceFolder}/varco_arena/",
|
| 12 |
"program": "main.py",
|
| 13 |
"console": "integratedTerminal",
|
| 14 |
+
"args": [
|
| 15 |
"-i",
|
| 16 |
// "rsc/inputs_for_dbg/dbg_llmbar_inputs/",
|
| 17 |
"rsc/inputs_for_dbg/dbg_trans_inputs/",
|
README.md
CHANGED
|
@@ -51,23 +51,8 @@ python main.py -i "rsc/inputs_for_dbg/dbg_400_error_inputs/" -o SOME_WANTED_TARG
|
|
| 51 |
```
|
| 52 |
|
| 53 |
## Requirements
|
| 54 |
-
We tested this on `python = 3.11.9` env: `requirements.txt`
|
| 55 |
```
|
| 56 |
-
|
| 57 |
-
munch
|
| 58 |
-
pandas
|
| 59 |
-
numpy
|
| 60 |
-
tqdm>=4.48.0
|
| 61 |
-
plotly
|
| 62 |
-
scikit-learn
|
| 63 |
-
kaleido
|
| 64 |
-
tiktoken>=0.7.0
|
| 65 |
-
pyyaml
|
| 66 |
-
transformers
|
| 67 |
-
streamlit>=1.40.2
|
| 68 |
-
openpyxl
|
| 69 |
-
fire==0.6.0
|
| 70 |
-
git+https://github.com/shobrook/openlimit.git#egg=openlimit # do not install this by pypi
|
| 71 |
|
| 72 |
# Linux
|
| 73 |
uvloop
|
|
|
|
| 51 |
```
|
| 52 |
|
| 53 |
## Requirements
|
|
|
|
| 54 |
```
|
| 55 |
+
pip install -r requirements.txt # python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
# Linux
|
| 58 |
uvloop
|
README_en.md
CHANGED
|
@@ -37,23 +37,8 @@ python main.py -i "rsc/inputs_for_dbg/dbg_400_error_inputs/" -o SOME_WANTED_TARG
|
|
| 37 |
```
|
| 38 |
|
| 39 |
## Requirements
|
| 40 |
-
We tested this on `python = 3.11.9` env: `requirements.txt`
|
| 41 |
```
|
| 42 |
-
|
| 43 |
-
munch
|
| 44 |
-
pandas
|
| 45 |
-
numpy
|
| 46 |
-
tqdm>=4.48.0
|
| 47 |
-
plotly
|
| 48 |
-
scikit-learn
|
| 49 |
-
kaleido
|
| 50 |
-
tiktoken>=0.7.0
|
| 51 |
-
pyyaml
|
| 52 |
-
transformers
|
| 53 |
-
streamlit>=1.40.2
|
| 54 |
-
openpyxl
|
| 55 |
-
fire==0.6.0
|
| 56 |
-
git+https://github.com/shobrook/openlimit.git#egg=openlimit # do not install this by pypi
|
| 57 |
|
| 58 |
# Linux
|
| 59 |
uvloop
|
|
@@ -61,6 +46,7 @@ uvloop
|
|
| 61 |
winloop
|
| 62 |
```
|
| 63 |
|
|
|
|
| 64 |
#### Argument
|
| 65 |
- -i, --input : directory path which contains input jsonlines files (llm outputs)
|
| 66 |
- -o, --output_dir : directory where results to be put
|
|
|
|
| 37 |
```
|
| 38 |
|
| 39 |
## Requirements
|
|
|
|
| 40 |
```
|
| 41 |
+
pip install -r requirements.txt # python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
# Linux
|
| 44 |
uvloop
|
|
|
|
| 46 |
winloop
|
| 47 |
```
|
| 48 |
|
| 49 |
+
|
| 50 |
#### Argument
|
| 51 |
- -i, --input : directory path which contains input jsonlines files (llm outputs)
|
| 52 |
- -o, --output_dir : directory where results to be put
|
README_kr.md
CHANGED
|
@@ -39,21 +39,7 @@ python main.py -i "rsc/inputs_for_dbg/dbg_400_error_inputs/" -o SOME_WANTED_TARG
|
|
| 39 |
## Requirements
|
| 40 |
`python = 3.11.9` 상에서 테스트 함. `requirements.txt`
|
| 41 |
```
|
| 42 |
-
|
| 43 |
-
munch
|
| 44 |
-
pandas
|
| 45 |
-
numpy
|
| 46 |
-
tqdm>=4.48.0
|
| 47 |
-
plotly
|
| 48 |
-
scikit-learn
|
| 49 |
-
kaleido
|
| 50 |
-
tiktoken>=0.7.0
|
| 51 |
-
pyyaml
|
| 52 |
-
transformers
|
| 53 |
-
streamlit>=1.40.2
|
| 54 |
-
openpyxl
|
| 55 |
-
fire==0.6.0
|
| 56 |
-
git+https://github.com/shobrook/openlimit.git#egg=openlimit # do not install this by pypi
|
| 57 |
|
| 58 |
# Linux인 경우
|
| 59 |
uvloop
|
|
|
|
| 39 |
## Requirements
|
| 40 |
`python = 3.11.9` 상에서 테스트 함. `requirements.txt`
|
| 41 |
```
|
| 42 |
+
pip install -r requirements.txt # python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
# Linux인 경우
|
| 45 |
uvloop
|
src/openlimit
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 62e53478b98c1c3824d70895da9ef9eca87c43d8
|