Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InternLM/lmdeploy
/ readme
Function
readme
setup.py:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
def
readme():
18
with
open(os.path.join(pwd,
'README.md'
), encoding=
'utf-8'
)
as
f:
19
content = f.read()
20
return
content
21
22
23
def
get_version():
Callers
1
setup.py
File · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected