{"id":23092876,"url":"https://github.com/whatishedoing/localllm","last_synced_at":"2025-04-03T18:29:29.968Z","repository":{"id":224266007,"uuid":"762856830","full_name":"WhatIsHeDoing/LocalLLM","owner":"WhatIsHeDoing","description":"Set up, augment and experiment with Large Language Models locally.","archived":false,"fork":false,"pushed_at":"2024-03-15T12:36:12.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T07:54:31.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhatIsHeDoing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-24T21:59:42.000Z","updated_at":"2024-12-03T17:38:39.000Z","dependencies_parsed_at":"2024-03-15T00:40:01.206Z","dependency_job_id":"90814cca-0e5f-41d0-866c-7acd56c3bebf","html_url":"https://github.com/WhatIsHeDoing/LocalLLM","commit_stats":null,"previous_names":["whatishedoing/localllm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2FLocalLLM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2FLocalLLM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2FLocalLLM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2FLocalLLM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhatIsHeDoing","download_url":"https://codeload.github.com/WhatIsHeDoing/LocalLLM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247055795,"owners_count":20876276,"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":[],"created_at":"2024-12-16T21:39:20.609Z","updated_at":"2025-04-03T18:29:29.941Z","avatar_url":"https://github.com/WhatIsHeDoing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local LLM\n\n## 👋🏻 Introduction\n\nThis repository is used to set up, augment and experiment with Large Language Models (LLMs) locally.\n\n## 👟 Getting Started\n\n1. First, clone an LLM such as [Llama] using `make clone_llm`.\nAdjust the LLM size in the [Makefile] based on the amount of memory available on your computer.\n1. Next, install Python dependencies with `make install`.\n1. Parse the test data used to augment the LLM by running `make parse`.\n1. Run the chatbot command line app with `make run` to see it in action with the test data.```\n\nIf any of the previous steps fail, try installing the dependencies for your Operating System\nusing an appropriate script in the `config` directory, such as `.\\config\\config_windows.ps1`.\n\n## 🔧 Customising\n\nUse an `.env` file to customise some of the configuration of the scripts, particularly to point to your data.\nLook at the instructions in [`.env.example`][env] for details.\n\n## 🆘 Contributing\n\nAll contributions are greatly appreciated! Please add the [pre-commit] hooks\nusing `make pre_commit_setup` to run quality checks on the codebase before submitting a Pull Request.\nThese can be run ad hoc with `make lint`.\n\n## 🔗 References\n\n- [Scott Harden]: Using Llama 2 to Answer Questions About Local Documents\n\n[env]: ./.env.example\n[Llama]: https://llama.meta.com/\n[Makefile]: ./Makefile\n[pre-commit]: https://pre-commit.com/\n[Scott Harden]: https://swharden.com/blog/2023-07-30-ai-document-qa/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatishedoing%2Flocalllm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatishedoing%2Flocalllm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatishedoing%2Flocalllm/lists"}