Skip to content

Commit

Permalink
update readme (InternLM#2531)
Browse files Browse the repository at this point in the history
* Update README.md

* Update easy_README.md
  • Loading branch information
Alannikos authored Nov 13, 2024
1 parent 2cab8d7 commit b44a905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/L1/XTuner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ cd /root/finetune/work_dirs/assistTuner
conda activate xtuner-env

# 先获取最后保存的一个pth文件
pth_file=`ls -t /root/finetune/work_dirs/assistTuner/*.pth | head -n 1`
pth_file=`ls -t /root/finetune/work_dirs/assistTuner/*.pth | head -n 1 | sed 's/:$//'`
export MKL_SERVICE_FORCE_INTEL=1
export MKL_THREADING_LAYER=GNU
xtuner convert pth_to_hf ./internlm2_5_chat_7b_qlora_alpaca_e3_copy.py ${pth_file} ./hf
Expand Down
2 changes: 1 addition & 1 deletion docs/L1/XTuner/easy_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export PYTHONPATH=/root/finetune/env:$PYTHONPATH
export PATH=/root/finetune/env/bin:$PATH

# 先获取最后保存的一个pth文件
pth_file=`ls -t /root/finetune/work_dirs/assistTuner/*.pth | head -n 1`
pth_file=`ls -t /root/finetune/work_dirs/assistTuner/*.pth | head -n 1 | sed 's/:$//'`
export MKL_SERVICE_FORCE_INTEL=1
export MKL_THREADING_LAYER=GNU

Expand Down

0 comments on commit b44a905

Please sign in to comment.