Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/test_docs_funasr_install_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ def test_top_level_readmes_surface_current_release_and_edge_runtime():
}

for name, text in readmes.items():
assert 'python -m pip install -U "funasr==1.4.13"' in text, name
assert "https://github.com/modelscope/FunASR/releases/tag/v1.4.13" in text, name
assert 'python -m pip install -U "funasr==1.4.14"' in text, name
assert "https://github.com/modelscope/FunASR/releases/tag/v1.4.14" in text, name
assert "runtime-llamacpp-v0.2.6" in text, name

assert "https://www.funasr.com/en/deploy/llama-cpp.html" in readmes["README.md"]
Expand Down Expand Up @@ -386,7 +386,7 @@ def test_repository_roadmap_tracks_current_delivery_and_open_work():
]

for text in docs:
assert "1.4.13" in text
assert "1.4.14" in text
assert "v1.3.26" not in text
assert "runtime-llamacpp-v0.2.6" in text
assert "MOSS-Transcribe-Diarize" in text
Expand Down