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
ModelZoo
ChatGLM-6B_pytorch
Commits
cdab2fb2
Commit
cdab2fb2
authored
Sep 22, 2023
by
zhaoying1
Browse files
Update README.md
parent
321e2f31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
cdab2fb2
...
@@ -44,8 +44,8 @@ pip install accelerate sentencepiece mdtex2html gradio rouge_chinese nltk jieba
...
@@ -44,8 +44,8 @@ pip install accelerate sentencepiece mdtex2html gradio rouge_chinese nltk jieba
### Dockerfile(方式二)
### Dockerfile(方式二)
```
```
docker build -t chatglm:latest .
docker build -t chatglm:latest .
docker run -dit --network=host --name=
baichuan
--privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 baichuan:latest
docker run -dit --network=host --name=
chatglm
--privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 baichuan:latest
docker exec -it
baichuan
/bin/bash
docker exec -it
chatglm
/bin/bash
```
```
### Conda(方法三)
### Conda(方法三)
...
...
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