Skip to content

Commit 9c29715

Browse files
authored
fix test_run.py (#360)
1 parent 06d9d19 commit 9c29715

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ You can contact and communicate with us by joining our WeChat Group:
466466
<img src="asset/wechat.png" width="250" style="display: inline-block;">
467467
</p>
468468

469+
469470
## Star History
470471

471472
[![Star History Chart](https://api.star-history.com/svg?repos=modelscope/swift&type=Date)](https://star-history.com/#modelscope/swift&Date)

tests/llm/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def test_xcomposer_chat(self):
266266
SftArguments(
267267
model_type=ModelType.internlm_xcomposer2_7b_chat,
268268
dataset=DatasetName.coco_mini_en,
269-
lora_target_modules='ALL',
269+
lora_target_modules='DEFAULT',
270270
train_dataset_sample=100,
271271
eval_steps=5))
272272
best_model_checkpoint = output['best_model_checkpoint']

0 commit comments

Comments
 (0)