Unverified Commit b2393467 authored by tpoisonooo's avatar tpoisonooo Committed by GitHub
Browse files

Update .gitignore (#70)

* docs(README): fix script
parent f4b7f9a6
.vscode/ .vscode/
.idea/ .idea/
.egg/ .eggs/
__pycache__/ __pycache__/
*.egg-info/ *.egg-info/
workspace/ workspace/
......
...@@ -90,7 +90,7 @@ python3 -m lmdeploy.serve.turbomind.deploy internlm-7b /path/to/internlm-7b hf ...@@ -90,7 +90,7 @@ python3 -m lmdeploy.serve.turbomind.deploy internlm-7b /path/to/internlm-7b hf
#### Inference by TurboMind #### Inference by TurboMind
```shell ```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 python3 -m lmdeploy.turbomind.chat internlm /workspace
``` ```
......
...@@ -89,7 +89,7 @@ python3 -m lmdeploy.serve.turbomind.deploy internlm-7b /path/to/internlm-7b hf ...@@ -89,7 +89,7 @@ python3 -m lmdeploy.serve.turbomind.deploy internlm-7b /path/to/internlm-7b hf
#### 使用 turbomind 推理 #### 使用 turbomind 推理
```shell ```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 python3 -m lmdeploy.turbomind.chat internlm /workspace
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment