Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
gpu-base-image-build
Commits
a22ffb43
Commit
a22ffb43
authored
Oct 11, 2024
by
chenpangpang
Browse files
refactor: rename script name
parent
222452e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
script/2_text_test.sh
script/2_text_test.sh
+0
-0
script/3_image_test.sh
script/3_image_test.sh
+0
-0
No files found.
README.md
View file @
a22ffb43
...
...
@@ -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`,输出:
```
==========
...
...
script/2_text_
generate_
test.sh
→
script/2_text_test.sh
View file @
a22ffb43
File moved
script/3_image_
generate_
test.sh
→
script/3_image_test.sh
View file @
a22ffb43
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment