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
CodeLlama_lmdeploy
Commits
19ec41e5
Commit
19ec41e5
authored
Dec 22, 2023
by
zhouxiang
Browse files
完善readme
parent
658b740c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
docs/codellama.gif
docs/codellama.gif
+0
-0
No files found.
README.md
View file @
19ec41e5
# CodeLlama
_lmdeploy
# CodeLlama
## 论文
-
[
https://arxiv.org/pdf/2302.13971.pdf
](
https://arxiv.org/pdf/2302.13971.pdf
)
...
...
@@ -131,7 +131,7 @@ lmdeploy serve api_server ./workspace --server_name 0.0.0.0 --server_port ${serv
打开
`http://{server_ip}:{server_port}`
,即可访问 swagger,查阅 RESTful API 的详细信息。
你可以用命令行,在控制台与 server 通信:
你可以用命令行,在控制台与 server 通信
(在新启的命令行页面下执行)
:
```
shell
# restful_api_url 就是 api_server 产生的,比如 http://localhost:23333
...
...
@@ -147,7 +147,7 @@ lmdeploy serve api_client restful_api_url
lmdeploy serve gradio restful_api_url
--server_name
${
server_ip
}
--server_port
${
server_port
}
--restful_api
True
```
关于 RESTful API的详细介绍,请参考
[
这份
](
lmdeploy
/docs/zh_cn/restful_api.md
)
文档。
关于 RESTful API的详细介绍,请参考
[
这份
](
https://developer.hpccube.com/codes/aicomponent/lmdeploy/-/blob/dtk23.04-v0.0.13
/docs/zh_cn/restful_api.md
)
文档。
## result

...
...
docs/codellama.gif
0 → 100644
View file @
19ec41e5
This image diff could not be displayed because it is too large. You can
view the blob
instead.
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