embdiv


Nameembdiv JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/1kkiRen/Embeddings-Division
SummaryLibrary for dividing the Embedding layer of the LLM.
upload_time2025-02-12 09:43:28
maintainerNone
docs_urlNone
author1kkiren
requires_python>=3.9
licenseNone
keywords embeddings division nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Embeddings-Division

Python script for for dividing Embedding layer of LLM.

The solution was tested on meta-llama/Llama-3.2-1B.

# Installation

Installation from PyPI:

```bash
pip install embdiv
```

# Requirements

- Python 3.9+
- cachetools>=5.5.0,
- torch>=2.5.1,
- transformers>=4.45.2,

# Docs

[https://embeddings-division.readthedocs.io/en/latest/](https://embeddings-division.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/1kkiRen/Embeddings-Division",
    "name": "embdiv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "embeddings division nlp",
    "author": "1kkiren",
    "author_email": "1kkiren@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/11/2d/d83b2969ec27bd443003b3f42e9a8ff52d500db887362b9cf7922e4b00b5/embdiv-0.0.9.tar.gz",
    "platform": null,
    "description": "# Embeddings-Division\r\n\r\nPython script for for dividing Embedding layer of LLM.\r\n\r\nThe solution was tested on meta-llama/Llama-3.2-1B.\r\n\r\n# Installation\r\n\r\nInstallation from PyPI:\r\n\r\n```bash\r\npip install embdiv\r\n```\r\n\r\n# Requirements\r\n\r\n- Python 3.9+\r\n- cachetools>=5.5.0,\r\n- torch>=2.5.1,\r\n- transformers>=4.45.2,\r\n\r\n# Docs\r\n\r\n[https://embeddings-division.readthedocs.io/en/latest/](https://embeddings-division.readthedocs.io/en/latest/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library for dividing the Embedding layer of the LLM.",
    "version": "0.0.9",
    "project_urls": {
        "GitHub": "https://github.com/1kkiRen/Embeddings-Division",
        "Homepage": "https://github.com/1kkiRen/Embeddings-Division"
    },
    "split_keywords": [
        "embeddings",
        "division",
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4bc7aabd37ba3219bb847a783b664a675178ae54e91bc0acd3d8e97d34abd79",
                "md5": "a0c08bb2dd14a6e192f3285727098b17",
                "sha256": "da8eb6ee0e77760f1dad3367e0945441af6f1672b6d55e9709a1e0d09a824519"
            },
            "downloads": -1,
            "filename": "embdiv-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0c08bb2dd14a6e192f3285727098b17",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7875,
            "upload_time": "2025-02-12T09:43:27",
            "upload_time_iso_8601": "2025-02-12T09:43:27.537917Z",
            "url": "https://files.pythonhosted.org/packages/f4/bc/7aabd37ba3219bb847a783b664a675178ae54e91bc0acd3d8e97d34abd79/embdiv-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "112dd83b2969ec27bd443003b3f42e9a8ff52d500db887362b9cf7922e4b00b5",
                "md5": "3a2f1801ed5ed78962e8ec415b0bc86d",
                "sha256": "ea6b6f364a02ecd1a8ed476ef3db1c1a1225346e4cf28b95c85fe6c705f59a09"
            },
            "downloads": -1,
            "filename": "embdiv-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "3a2f1801ed5ed78962e8ec415b0bc86d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7440,
            "upload_time": "2025-02-12T09:43:28",
            "upload_time_iso_8601": "2025-02-12T09:43:28.596197Z",
            "url": "https://files.pythonhosted.org/packages/11/2d/d83b2969ec27bd443003b3f42e9a8ff52d500db887362b9cf7922e4b00b5/embdiv-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 09:43:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "1kkiRen",
    "github_project": "Embeddings-Division",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "embdiv"
}
        
Elapsed time: 1.82512s