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
b2393467
Unverified
Commit
b2393467
authored
Jul 06, 2023
by
tpoisonooo
Committed by
GitHub
Jul 06, 2023
Browse files
Update .gitignore (#70)
* docs(README): fix script
parent
f4b7f9a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+1
-1
README.md
README.md
+1
-1
README_zh-CN.md
README_zh-CN.md
+1
-1
No files found.
.gitignore
View file @
b2393467
.vscode/
.idea/
.egg/
.egg
s
/
__pycache__/
*.egg-info/
workspace/
...
...
README.md
View file @
b2393467
...
...
@@ -90,7 +90,7 @@ python3 -m lmdeploy.serve.turbomind.deploy internlm-7b /path/to/internlm-7b hf
#### Inference by TurboMind
```
shell
docker run
-rm
-v
$(
pwd
)
/workspace:/workspace
-it
openmmlab/lmdeploy:latest
\
docker run
--gpus
all
-
-rm
-v
$(
pwd
)
/workspace:/workspace
-it
openmmlab/lmdeploy:latest
\
python3
-m
lmdeploy.turbomind.chat internlm /workspace
```
...
...
README_zh-CN.md
View file @
b2393467
...
...
@@ -89,7 +89,7 @@ python3 -m lmdeploy.serve.turbomind.deploy internlm-7b /path/to/internlm-7b hf
#### 使用 turbomind 推理
```
shell
docker run
-rm
-v
$(
pwd
)
/workspace:/workspace
-it
openmmlab/lmdeploy:latest
\
docker run
--gpus
all
-
-rm
-v
$(
pwd
)
/workspace:/workspace
-it
openmmlab/lmdeploy:latest
\
python3
-m
lmdeploy.turbomind.chat internlm /workspace
```
...
...
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