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
XUSR-SG
LLaMA_Tencentpretrain_pytorch
Commits
daa844a5
Commit
daa844a5
authored
Sep 08, 2023
by
zhaoying1
Browse files
Update README.md
parent
b9017ab3
Changes
1
Hide 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 @
daa844a5
...
@@ -62,7 +62,7 @@ docker build -t llama:latest .
...
@@ -62,7 +62,7 @@ docker build -t llama:latest .
docker run -dit --network=host --name=llama-tencentpretrain --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 llama:latest
docker run -dit --network=host --name=llama-tencentpretrain --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 llama:latest
docker exec -it llama-tencentpretrain /bin/bash
docker exec -it llama-tencentpretrain /bin/bash
```
```
### Conda
(方法三)
### Conda
(方式三)
1.
创建conda虚拟环境:
1.
创建conda虚拟环境:
```
```
conda create -n chatglm python=3.7
conda create -n chatglm python=3.7
...
@@ -215,4 +215,4 @@ TencentPretrain格式模型推理请参考[llama_inference_pytorch](https://deve
...
@@ -215,4 +215,4 @@ TencentPretrain格式模型推理请参考[llama_inference_pytorch](https://deve
*
https://github.com/CVI-SZU/Linly
*
https://github.com/CVI-SZU/Linly
*
https://github.com/Tencent/TencentPretrain/
*
https://github.com/Tencent/TencentPretrain/
*
https://github.com/ProjectD-AI/llama_inference
*
https://github.com/ProjectD-AI/llama_inference
\ No newline at end of file
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