Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions sources/llamafactory/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ LLAMA-Factory 下载安装
<p>启动 docker 容器:</p>
<div class="highlight">
<pre>docker run -dit \
-v ./hf_cache:/root/.cache/huggingface \
-v ./ms_cache:/root/.cache/modelscope \
-v ./data:/app/data \
-v ./output:/app/output \
-v $PWD/hf_cache:/root/.cache/huggingface \
-v $PWD/ms_cache:/root/.cache/modelscope \
-v $PWD/output:/app/output \
-v /usr/local/dcmi:/usr/local/dcmi \
-v /usr/local/bin/npu-smi:/usr/local/bin/npu-smi \
-v /usr/local/Ascend/driver:/usr/local/Ascend/driver \
Expand Down
2 changes: 1 addition & 1 deletion sources/llamafactory/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ yaml 配置文件
### eval
val_size: 0.1
per_device_eval_batch_size: 1
evaluation_strategy: steps
eval_strategy: steps
eval_steps: 500
</pre>
</div>
Expand Down