Commit a22ffb43 authored by chenpangpang's avatar chenpangpang
Browse files

refactor: rename script name

parent 222452e0
......@@ -89,7 +89,7 @@ torchvision version: 0.18.1
torchaudio version: 2.3.1
```
确认`输出的版本信息`和`镜像名称`是否匹配,确认`torch cuda`是否可用。<br>
2. 文本生成验证:运行:`sh script/2_text_generate_test.sh $IMAGE_NAME`,输出:
2. 文本生成验证:运行:`sh script/2_text_test.sh $IMAGE_NAME`,输出:
```
Setting `pad_token_id` to `eos_token_id`:50256 for open-end generation.
Hello, I'm a language model, to be honest." (Hooker)
......@@ -97,7 +97,7 @@ torchaudio version: 2.3.1
"Let's start an internal test now, and then
```
确认`输出信息`是否符合预期。<br>
3. 图像生成验证:运行`sh script/3_image_generate_test.sh $IMAGE_NAME`,输出:
3. 图像生成验证:运行`sh script/3_image_test.sh $IMAGE_NAME`,输出:
```
==========
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment