Skip to content

Commit

Permalink
why does the test fail?
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusser01 committed Dec 24, 2024
1 parent 6faf606 commit 274ac28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ jobs:
pwd
cd ./Tests/Utils
pytest test_utils.py
- name: Test tldw runs
run: |
pwd
python summarize.py -h
1 change: 1 addition & 0 deletions App_Function_Libraries/Web_Scraping/WebSearch_APIs.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ def test_search_searx():
pass


# https://github.com/YassKhazzan/openperplex_backend_os/blob/main/sources_searcher.py
def search_web_serper():
pass

Expand Down
2 changes: 1 addition & 1 deletion Docs/Design/VLMs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct
https://huggingface.co/tencent/HunyuanVideo
https://huggingface.co/OpenGVLab/InternVL2_5-38B
https://ivy-lvlm.github.io/Video-MA2MBA/

https://internvl.github.io/blog/2024-12-20-InternVL-2.5-MPO/
https://huggingface.co/Qwen/Qwen2-VL-72B
https://huggingface.co/Qwen/Qwen2-VL-7B
https://huggingface.co/Qwen/Qwen2-VL-2B
Expand Down

0 comments on commit 274ac28

Please sign in to comment.