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
OpenDAS
Lmdeploy
Commits
c0933457
Unverified
Commit
c0933457
authored
Jul 13, 2023
by
del-zhenwu
Committed by
GitHub
Jul 13, 2023
Browse files
Update serving.md (#106)
parent
955c019c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/en/serving.md
docs/en/serving.md
+4
-4
No files found.
docs/en/serving.md
View file @
c0933457
...
...
@@ -8,7 +8,7 @@ Weights for the LLaMA models can be obtained from by filling out [this form](htt
<summary><b>
7B
</b></summary>
```
shell
python3 lmdeploy.serve.turbomind.deploy llama-7B /path/to/llama-7b llama
\
python3
-m
lmdeploy.serve.turbomind.deploy llama-7B /path/to/llama-7b llama
\
--tokenizer_path
/path/to/tokenizer/model
bash workspace/service_docker_up.sh
```
...
...
@@ -19,7 +19,7 @@ bash workspace/service_docker_up.sh
<summary><b>
13B
</b></summary>
```
shell
python3 lmdeploy.serve.turbomind.deploy llama-13B /path/to/llama-13b llama
\
python3
-m
lmdeploy.serve.turbomind.deploy llama-13B /path/to/llama-13b llama
\
--tokenizer_path
/path/to/tokenizer/model
--tp
2
bash workspace/service_docker_up.sh
```
...
...
@@ -30,7 +30,7 @@ bash workspace/service_docker_up.sh
<summary><b>
30B
</b></summary>
```
shell
python3 lmdeploy.serve.turbomind.deploy llama-32B /path/to/llama-30b llama
\
python3
-m
lmdeploy.serve.turbomind.deploy llama-32B /path/to/llama-30b llama
\
--tokenizer_path
/path/to/tokenizer/model
--tp
4
bash workspace/service_docker_up.sh
```
...
...
@@ -41,7 +41,7 @@ bash workspace/service_docker_up.sh
<summary><b>
65B
</b></summary>
```
shell
python3 lmdeploy.serve.turbomind.deploy llama-65B /path/to/llama-65b llama
\
python3
-m
lmdeploy.serve.turbomind.deploy llama-65B /path/to/llama-65b llama
\
--tokenizer_path
/path/to/tokenizer/model
--tp
8
bash workspace/service_docker_up.sh
```
...
...
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