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
InternLM_lmdeploy
Commits
3dec2245
"tests/models/unets/test_models_unet_2d_condition.py" did not exist on "f024e00398344fa4d24fdbebefa6d4d2aa98589b"
Commit
3dec2245
authored
Aug 28, 2024
by
xuxzh1
🎱
Browse files
update
parent
027a2e75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
README.md
+11
-0
No files found.
README.md
View file @
3dec2245
...
...
@@ -61,7 +61,18 @@ make install
cd
..
&&
python3 setup.py
install
```
### 运行前
```
bash
#step 1
cd
lmdeploy
pip
install
-r
requirements.txt
-i
https://pypi.tuna.tsinghua.edu.cn/simple
#step 2
source
/opt/dtk/cuda/env.sh
```
### 运行 internlm-chat-7
```
bash
# 模型转换
# <model_name> 模型的名字 ('llama', 'internlm', 'vicuna', 'internlm-chat-7b', 'internlm-chat', 'internlm-chat-7b-8k', 'internlm-chat-20b', 'internlm-20b', 'baichuan-7b', 'baichuan2-7b', 'llama2', 'qwen-7b', 'qwen-14b')
...
...
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