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
Qwen_lmdeploy
Commits
8664946d
Unverified
Commit
8664946d
authored
Jul 18, 2023
by
Kevin Wang
Committed by
GitHub
Jul 18, 2023
Browse files
print info copy-paste error (#133)
parent
7cbfe2ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lmdeploy/serve/turbomind/deploy.py
lmdeploy/serve/turbomind/deploy.py
+1
-1
No files found.
lmdeploy/serve/turbomind/deploy.py
View file @
8664946d
...
@@ -47,7 +47,7 @@ def destroy_workspace(_path: str):
...
@@ -47,7 +47,7 @@ def destroy_workspace(_path: str):
print
(
f
'destroy workspace in directory
{
_path
}
'
)
print
(
f
'destroy workspace in directory
{
_path
}
'
)
return
True
return
True
except
Exception
as
e
:
except
Exception
as
e
:
print
(
f
'
create
workspace in
{
_path
}
failed:
{
e
}
'
)
print
(
f
'
destroy
workspace in
{
_path
}
failed:
{
e
}
'
)
return
False
return
False
...
...
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