This website works better with JavaScript.
Explore
Help
Sign In
ai-mirow-projects
/
swarms
mirror of
https://github.com/kyegomez/swarms
Watch
1
Star
0
Fork
You've already forked swarms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
renamed tests to allow for pytest autodiscovery
Browse Source
pull/181/head
evelynmitchell
1 year ago
parent
d1144ec4fc
commit
a2296856f8
53 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
0
tests/agents/idea_to_image.py → tests/agents/test_idea_to_image.py
Unescape
Escape
View File
0
tests/agents/omni_modal.py → tests/agents/test_omni_modal.py
Unescape
Escape
View File
0
tests/embeddings/pegasus.py → tests/embeddings/test_pegasus.py
Unescape
Escape
View File
0
tests/memory/main.py → tests/memory/test_main.py
Unescape
Escape
View File
0
tests/memory/oceandb.py → tests/memory/test_oceandb.py
Unescape
Escape
View File
0
tests/memory/pg.py → tests/memory/test_pg.py
Unescape
Escape
View File
0
tests/memory/pinecone.py → tests/memory/test_pinecone.py
Unescape
Escape
View File
0
tests/models/LLM.py → tests/models/test_LLM.py
Unescape
Escape
View File
0
tests/models/ada.py → tests/models/test_ada.py
Unescape
Escape
View File
0
tests/models/anthropic.py → tests/models/test_anthropic.py
Unescape
Escape
View File
0
tests/models/auto_temp.py → tests/models/test_auto_temp.py
Unescape
Escape
View File
0
tests/models/bingchat.py → tests/models/test_bingchat.py
Unescape
Escape
View File
0
tests/models/bioclip.py → tests/models/test_bioclip.py
Unescape
Escape
View File
0
tests/models/biogpt.py → tests/models/test_biogpt.py
Unescape
Escape
View File
0
tests/models/cohere.py → tests/models/test_cohere.py
Unescape
Escape
View File
0
tests/models/dalle3.py → tests/models/test_dalle3.py
Unescape
Escape
View File
0
tests/models/distill_whisper.py → tests/models/test_distill_whisper.py
Unescape
Escape
View File
0
tests/models/distilled_whisperx.py → tests/models/test_distilled_whisperx.py
Unescape
Escape
View File
0
tests/models/elevenlab.py → tests/models/test_elevenlab.py
Unescape
Escape
View File
0
tests/models/fuyu.py → tests/models/test_fuyu.py
Unescape
Escape
View File
0
tests/models/gpt4v.py → tests/models/test_gpt4v.py
Unescape
Escape
View File
0
tests/models/hf.py → tests/models/test_hf.py
Unescape
Escape
View File
0
tests/models/huggingface.py → tests/models/test_huggingface.py
Unescape
Escape
View File
0
tests/models/idefics.py → tests/models/test_idefics.py
Unescape
Escape
View File
0
tests/models/jina_embeds.py → tests/models/test_jina_embeds.py
Unescape
Escape
View File
0
tests/models/kosmos.py → tests/models/test_kosmos.py
Unescape
Escape
View File
0
tests/models/kosmos2.py → tests/models/test_kosmos2.py
Unescape
Escape
View File
0
tests/models/llama_function_caller.py → tests/models/test_llama_function_caller.py
Unescape
Escape
View File
0
tests/models/mistral.py → tests/models/test_mistral.py
Unescape
Escape
View File
0
tests/models/mpt7b.py → tests/models/test_mpt7b.py
Unescape
Escape
View File
0
tests/models/nougat.py → tests/models/test_nougat.py
Unescape
Escape
View File
0
tests/models/revgptv1.py → tests/models/test_revgptv1.py
Unescape
Escape
View File
0
tests/models/revgptv4.py → tests/models/test_revgptv4.py
Unescape
Escape
View File
0
tests/models/speech_t5.py → tests/models/test_speech_t5.py
Unescape
Escape
View File
0
tests/models/ssd_1b.py → tests/models/test_ssd_1b.py
Unescape
Escape
View File
0
tests/models/timm_model.py → tests/models/test_timm_model.py
Unescape
Escape
View File
0
tests/models/vilt.py → tests/models/test_vilt.py
Unescape
Escape
View File
0
tests/models/whisperx.py → tests/models/test_whisperx.py
Unescape
Escape
View File
0
tests/models/yi_200k.py → tests/models/test_yi_200k.py
Unescape
Escape
View File
0
tests/structs/flow.py → tests/structs/test_flow.py
Unescape
Escape
View File
0
tests/structs/nonlinear_workflow.py → tests/structs/test_nonlinear_workflow.py
Unescape
Escape
View File
0
tests/structs/sequential_workflow.py → tests/structs/test_sequential_workflow.py
Unescape
Escape
View File
0
tests/structs/workflow.py → tests/structs/test_workflow.py
Unescape
Escape
View File
0
tests/swarms/autoscaler.py → tests/swarms/test_autoscaler.py
Unescape
Escape
View File
0
tests/swarms/dialogue_simulator.py → tests/swarms/test_dialogue_simulator.py
Unescape
Escape
View File
0
tests/swarms/godmode.py → tests/swarms/test_godmode.py
Unescape
Escape
View File
0
tests/swarms/groupchat.py → tests/swarms/test_groupchat.py
Unescape
Escape
View File
0
tests/swarms/multi_agent_collab.py → tests/swarms/test_multi_agent_collab.py
Unescape
Escape
View File
0
tests/swarms/multi_agent_debate.py → tests/swarms/test_multi_agent_debate.py
Unescape
Escape
View File
0
tests/swarms/orchestrate.py → tests/swarms/test_orchestrate.py
Unescape
Escape
View File
0
tests/swarms/simple_swarm.py → tests/swarms/test_simple_swarm.py
Unescape
Escape
View File
0
tests/tools/base.py → tests/tools/test_base.py
Unescape
Escape
View File
0
tests/utils/subprocess_code_interpreter.py → tests/utils/test_subprocess_code_interpreter.py
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
ai-mirow-projects/swarms
Title
Body
Create Issue