{"id":21237536,"url":"https://github.com/mikepapadim/llama-shepherd-cli","last_synced_at":"2025-07-10T18:32:15.314Z","repository":{"id":215448375,"uuid":"735516974","full_name":"mikepapadim/llama-shepherd-cli","owner":"mikepapadim","description":"A CLI to manage install and configure llama inference implemenation in multiple languages","archived":false,"fork":false,"pushed_at":"2024-01-04T12:12:05.000Z","size":33,"stargazers_count":67,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T21:06:26.130Z","etag":null,"topics":["cli","llama2","python","tinyllama"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikepapadim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-25T07:53:45.000Z","updated_at":"2025-06-14T12:36:20.000Z","dependencies_parsed_at":"2024-01-04T14:29:23.325Z","dependency_job_id":"4f1428c4-8709-490d-b169-e9bb28877014","html_url":"https://github.com/mikepapadim/llama-shepherd-cli","commit_stats":null,"previous_names":["mikepapadim/llama-shepherd-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikepapadim/llama-shepherd-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepapadim%2Fllama-shepherd-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepapadim%2Fllama-shepherd-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepapadim%2Fllama-shepherd-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepapadim%2Fllama-shepherd-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepapadim","download_url":"https://codeload.github.com/mikepapadim/llama-shepherd-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepapadim%2Fllama-shepherd-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502989,"owners_count":23618672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","llama2","python","tinyllama"],"created_at":"2024-11-21T00:19:18.538Z","updated_at":"2025-07-10T18:32:15.072Z","avatar_url":"https://github.com/mikepapadim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llama2-shepherd \n\n**Llama Shepherd** is a command-line tool for quickly managing and experimenting with multiple versions of llama inference implementations. Originating from [llama2.c project](https://github.com/karpathy/llama2.c) by Andrej Karpathy.\n\n-------------------------------------------------------------------------------------------------------------------------\n\n| #   | Language    | Name                     | Github                                               | Author          |\n|:----|:------------|:-------------------------|:-----------------------------------------------------|:----------------|\n| 1.  | Rust        | llama2.rs                | https://github.com/gaxler/llama2.rs                  | @gaxler         |\n| 2.  | Rust        | llama2.rs                | https://github.com/leo-du/llama2.rs                  | @leo-du         |\n| 3.  | Rust        | llama2-rs                | https://github.com/danielgrittner/llama2-rs          | @danielgrittner |\n| 4.  | Rust        | llama2.rs                | https://github.com/lintian06/llama2.rs               | @lintian06      |\n| 5.  | Rust        | pecca.rs                 | https://github.com/rahoua/pecca-rs                   | @rahoua         |\n| 6.  | Rust        | llama2.rs                | https://github.com/flaneur2020/llama2.rs             | @flaneur2020    |\n|     |             |                          |                                                      |                 |\n| 7.  | Go          | go-llama2                | https://github.com/tmc/go-llama2                     | @tmc            |\n| 8.  | Go          | llama2.go                | https://github.com/nikolaydubina/llama2.go           | @nikolaydubina  |\n| 9.  | Go          | llama2.go                | https://github.com/haormj/llama2.go                  | @haormj         |\n| 10. | Go          | llama2.go                | https://github.com/saracen/llama2.go                 | @saracen        |\n|     |             |                          |                                                      |                 |\n| 11. | Android     | llama2.c-android         | https://github.com/Manuel030/llama2.c-android        | @Manuel030      |\n| 12. | Android     | llama2.c-android-wrapper | https://github.com/celikin/llama2.c-android-wrapper  | @celikin        |\n|     |             |                          |                                                      |                 |\n| 13. | C++         | llama2.cpp               | https://github.com/leloykun/llama2.cpp               | @leloykun       |\n| 14. | C++         | llama2.cpp               | https://github.com/coldlarry/llama2.cpp              | @coldlarry      |\n|     |             |                          |                                                      |                 |\n| 15. | CUDA        | llama_cu_awq             | https://github.com/ankan-ban/llama_cu_awq            | @ankan-ban      |\n|     |             |                          |                                                      |                 |\n| 16. | JavaScript  | llama2.js                | https://github.com/epicure/llama2.js                 | @epicure        |\n| 17. | JavaScript  | llamajs                  | https://github.com/agershun/llamajs                  | @agershun       |\n| 18. | JavaScript  | llama2.ts                | https://github.com/wizzard0/llama2.ts                | @oleksandr_now  |\n| 19. | JavaScript  | llama2.c-emscripten      | https://github.com/gohai/llama2.c-emscripten         | @gohai          |\n|     |             |                          |                                                      |                 |\n| 20. | Zig         | llama2.zig               | https://github.com/cgbur/llama2.zig                  | @cgbur          |\n| 21. | Zig         | llama2.zig               | https://github.com/vodkaslime/llama2.zig             | @vodkaslime     |\n| 22. | Zig         | llama2.zig               | https://github.com/clebert/llama2.zig                | @clebert        |\n|     |             |                          |                                                      |                 |\n| 23. | Julia       | llama2.jl                | https://github.com/juvi21/llama2.jl                  | @juvi21         |\n|     |             |                          |                                                      |                 |\n| 24. | Scala       | llama2.scala             | https://github.com/jrudolph/llama2.scala             | @jrudolph       |\n|     |             |                          |                                                      |                 |\n| 25. | Java        | llama2.java              | https://github.com/mukel/llama2.java                 | @mukel          |\n| 26. | Java        | llama2.tornadovm.java    | https://github.com/mikepapadim/llama2.tornadovm.java | @mikepapadim    |\n| 27. | Java        | Jlama                    | https://github.com/tjake/Jlama                       | @tjake          |\n| 28. | Java        | llama2j                  | https://github.com/LastBotInc/llama2j                | @lasttero       |\n|     |             |                          |                                                      |                 |\n| 29. | Kotlin      | llama2.kt                | https://github.com/madroidmaq/llama2.kt              | @madroidmaq     |\n|     |             |                          |                                                      |                 |\n| 30. | Python      | llama2.py                | https://github.com/tairov/llama2.py                  | @tairov         |\n|     |             |                          |                                                      |                 |\n| 31. | C#          | llama2.cs                | https://github.com/trrahul/llama2.cs                 | @trrahul        |\n|     |             |                          |                                                      |                 |\n| 32. | Dart        | llama2.dart              | https://github.com/yiminghan/llama2.dart             | @yiminghan      |\n|     |             |                          |                                                      |                 |\n| 33. | Web         | llama2c-web              | https://github.com/dmarcos/llama2.c-web              | @dmarcos        |\n|     |             |                          |                                                      |                 |\n| 34. | WebAssembly | icpp-llm                 | https://github.com/icppWorld/icpp-llm                | N/A             |\n|     |             |                          |                                                      |                 |\n| 35. | Fortran     | llama2.f90               | https://github.com/rbitr/llama2.f90                  | N/A             |\n|     |             |                          |                                                      |                 |\n| 36. | Mojo        | llama2.🔥                | https://github.com/tairov/llama2.mojo                | @tairov         |\n|     |             |                          |                                                      |                 |\n| 37. | OCaml       | llama2.ml                | https://github.com/jackpeck/llama2.ml                | @jackpeck       |\n|     |             |                          |                                                      |                 |\n| 38. | Everywhere  | llama2.c                 | https://github.com/trholding/llama2.c                | @trholding      |\n|     |             |                          |                                                      |                 |\n| 39. | Bilingual   | llama2.c-zh              | https://github.com/chenyangMl/llama2.c-zh            | @chenyangMl     |\n\n-------------------------------------------------------------------------------------------------------------------------\n\n# How to use:\n![lshep](https://github.com/mikepapadim/llama-shepherd-cli/assets/8652854/a9729886-487a-4f10-a413-09e3d64329b0)\n\n## List Available Llama Options\n\nTo list available llama options, use the following command:\n\n```bash\npython3 llamashepherd/main.py list [Optional][LANGUAGE]\n```\nReplace [LANGUAGE] with the desired language to filter options. If not specified, all options will be displayed.\n\n## Interactively Install Llama Options\n\nTo interactively install llama options, use the following command:\n```bash\npython3 llamashepherd/main.py install \n```\n## Initialize TinyLlamas Models\n\nTo initialize llama models, use the following command:\n```bash\npython3 llamashepherd/main.py models \n```\nThis command allows you to download and configure the Tokenizer and/or TinyLLama models.\n\n\n# License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepapadim%2Fllama-shepherd-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikepapadim%2Fllama-shepherd-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepapadim%2Fllama-shepherd-cli/lists"}