LLaMArch


NameLLaMArch JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/gpavanb1/llamarch-docs
SummaryBuilding Block Architectures for GenAI
upload_time2024-11-17 19:36:51
maintainerNone
docs_urlNone
authorgpavanb1
requires_pythonNone
licenseCC BY-NC 4.0 for non-commercial use, commercial license available
keywords genai architecture ai patterns machine-learning llm langchain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LLaMArch
[![Downloads](https://pepy.tech/badge/llamarch)](https://pepy.tech/project/llamarch)

Minimal, Building Blocks for Large Language Models!

## Installation

```bash
pip install llamarch
```

## Usage

```python
from llamarch import ...
```

Refer to the [documentation site](https://gpavanb1.github.io/llamarch-docs/) for more information.

## Whom to contact?

Please direct your queries to [gpavanb1](http://github.com/gpavanb1)
for any questions.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gpavanb1/llamarch-docs",
    "name": "LLaMArch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "genai architecture ai patterns machine-learning llm langchain",
    "author": "gpavanb1",
    "author_email": "gpavanb@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# LLaMArch\n[![Downloads](https://pepy.tech/badge/llamarch)](https://pepy.tech/project/llamarch)\n\nMinimal, Building Blocks for Large Language Models!\n\n## Installation\n\n```bash\npip install llamarch\n```\n\n## Usage\n\n```python\nfrom llamarch import ...\n```\n\nRefer to the [documentation site](https://gpavanb1.github.io/llamarch-docs/) for more information.\n\n## Whom to contact?\n\nPlease direct your queries to [gpavanb1](http://github.com/gpavanb1)\nfor any questions.\n",
    "bugtrack_url": null,
    "license": "CC BY-NC 4.0 for non-commercial use, commercial license available",
    "summary": "Building Block Architectures for GenAI",
    "version": "0.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/gpavanb1/llamarch-docs/issues",
        "Homepage": "https://github.com/gpavanb1/llamarch-docs",
        "Source": "https://github.com/gpavanb1/llamarch-docs/"
    },
    "split_keywords": [
        "genai",
        "architecture",
        "ai",
        "patterns",
        "machine-learning",
        "llm",
        "langchain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6e843264e4b0829253890463dc55ac84f5ee88ceb3fa076dc3e5c23b19e3df4",
                "md5": "864119f74785249697f1ac3f1264a411",
                "sha256": "10d1541bb66bc60cd061591a0c68d683b35f6bd9f588e76740a5c83e24e8f979"
            },
            "downloads": -1,
            "filename": "LLaMArch-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "864119f74785249697f1ac3f1264a411",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32430,
            "upload_time": "2024-11-17T19:36:51",
            "upload_time_iso_8601": "2024-11-17T19:36:51.423944Z",
            "url": "https://files.pythonhosted.org/packages/b6/e8/43264e4b0829253890463dc55ac84f5ee88ceb3fa076dc3e5c23b19e3df4/LLaMArch-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-17 19:36:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gpavanb1",
    "github_project": "llamarch-docs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "llamarch"
}
        
Elapsed time: 0.55910s