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
wangsen
MinerU
Commits
6c10c9c5
"llama/llama.cpp/src/llama-memory.cpp" did not exist on "369de832cdca7680c8f50ba196d39172a895fcad"
Commit
6c10c9c5
authored
Jul 13, 2024
by
quyuan
Browse files
add ci
parent
2e48d62c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
tests/test_cli/lib/common.py
tests/test_cli/lib/common.py
+5
-0
tests/test_cli/test_bench.py
tests/test_cli/test_bench.py
+1
-1
No files found.
tests/test_cli/lib/common.py
View file @
6c10c9c5
import
subprocess
import
subprocess
import
os
import
os
def
check_shell
(
cmd
):
def
check_shell
(
cmd
):
"""
shell successful
"""
res
=
os
.
system
(
cmd
)
res
=
os
.
system
(
cmd
)
assert
res
==
0
assert
res
==
0
...
...
tests/test_cli/test_bench.py
View file @
6c10c9c5
...
@@ -16,7 +16,7 @@ class TestBench():
...
@@ -16,7 +16,7 @@ class TestBench():
"""
"""
test bench
test bench
"""
"""
def
ci_ben
(
self
):
def
test_
ci_ben
(
self
):
"""
"""
ci benchmark
ci benchmark
"""
"""
...
...
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