Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd2a423

Browse filesBrowse files
author
yeqing.yq
committed
fix numppy dependency issue
1 parent fd07720 commit bd2a423
Copy full SHA for bd2a423

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We also modified the relevant configuration of ckpt_config to save the evaluatio
2626
```commandline
2727
{
2828
"CodeFuse-13B": {
29-
"path": "/mnt/user/294761/bigcode/CodeFuse13B-evol-instruction-4K/", // model path
29+
"path": "/mnt/model/CodeFuse13B-evol-instruction-4K/", // model path
3030
"processor_class": "codefuseEval.process.codefuse13b.Codefuse13BProcessor", // processor path (please create file in "codefuseEval.process")
3131
"tokenizer": {
3232
"truncation": true,

‎README_CN.md

Copy file name to clipboardExpand all lines: README_CN.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ process_after:由于模型生成结果多样性,为了适配评测框架,
2727
```commandline
2828
{
2929
"CodeFuse-13B": {
30-
"path": "/mnt/user/294761/bigcode/CodeFuse13B-evol-instruction-4K/", // 模型路径
30+
"path": "/mnt/model/CodeFuse13B-evol-instruction-4K/", // 模型路径
3131
"processor_class": "codefuseEval.process.codefuse13b.Codefuse13BProcessor", // 处理器路径 (请把处理器类文件放在codefuseEval/process/下,否则会读取失败)
3232
"dataset": "humaneval_python", // 评测数据集
3333
"language": "python",

‎requirements.txt

Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ setuptools==65.6.3
99
cpm_kernels==1.0.11
1010
deepspeed==0.8.3
1111
huggingface-hub==0.16.4
12-
numpy==1.21.6
12+
numpy==1.22
1313
matplotlib==3.5.2
1414
gensim==4.2.0
1515
DateTime==4.7

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.