update readme
This commit is contained in:
parent
34d66a3a85
commit
836ca05586
|
@ -344,9 +344,9 @@ export GRADIO_SERVER_PORT=7860 # `set GRADIO_SERVER_PORT=7860` for Windows
|
||||||
python src/train_web.py # or python -m llmtuner.webui.interface
|
python src/train_web.py # or python -m llmtuner.webui.interface
|
||||||
```
|
```
|
||||||
|
|
||||||
<details><summary>For Aliyun users</summary>
|
<details><summary>For Alibaba Cloud users</summary>
|
||||||
|
|
||||||
If you encountered display problems in LLaMA Board GUI, try using the following command to set environment variables before starting LLaMA Board:
|
If you encountered display problems in LLaMA Board on Alibaba Cloud, try using the following command to set environment variables before starting LLaMA Board:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export GRADIO_ROOT_PATH=/${JUPYTER_NAME}/proxy/7860/
|
export GRADIO_ROOT_PATH=/${JUPYTER_NAME}/proxy/7860/
|
||||||
|
|
|
@ -346,7 +346,7 @@ python src/train_web.py # 或 python -m llmtuner.webui.interface
|
||||||
|
|
||||||
<details><summary>阿里云用户指南</summary>
|
<details><summary>阿里云用户指南</summary>
|
||||||
|
|
||||||
如果您在 LLaMA Board GUI 中遇到显示问题,请尝试在启动前使用以下命令设置环境变量:
|
如果您在阿里云上使用 LLaMA Board 时遇到显示问题,请尝试在启动前使用以下命令设置环境变量:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export GRADIO_ROOT_PATH=/${JUPYTER_NAME}/proxy/7860/
|
export GRADIO_ROOT_PATH=/${JUPYTER_NAME}/proxy/7860/
|
||||||
|
|
Loading…
Reference in New Issue