Skip to content

Commit ded1a6a

Browse files
committed
removed temp path
Signed-off-by: ftgreat <ftgreat@163.com>
1 parent 6372540 commit ded1a6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/Aquila/Aquila-chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ python generate_chat_bminf.py
131131
aquila-7b 模型名称,注意需要小写
132132
aquila_experiment 实验名称,可自定义
133133
```
134-
134+
**如果启动deepspeed微调(在单张V100上运行微调为例),上一步改为运行**
135135
136136
**如果启动LoRA微调(在单张V100上运行微调为例),上一步改为运行**
137137
```

examples/Aquila/Aquila-chat/aquila_chat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import gc
88
gc.collect()
99
torch.cuda.empty_cache()
10-
import sys;sys.path.append("/data2/yzd/FlagAI/")
1110
from flagai.auto_model.auto_loader import AutoLoader
1211
from flagai.data.tokenizer import Tokenizer
1312
from flagai.env_args import EnvArgs

0 commit comments

Comments
 (0)