wordslab-llms


Namewordslab-llms JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/wordslab-org/wordslab-llms-lib
SummaryPython library for easy and efficient inference and fine tuning of popular open source llms
upload_time2024-04-01 17:06:34
maintainerNone
docs_urlNone
authorLaurent Prud'hon
requires_python>=3.9
licenseApache Software License 2.0
keywords nbdev jupyter notebook python llm huggingface transformers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wordslab-llms


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install wordslab_llms
```

## How to use

Check if the library is installed:

``` python
base_models['mistral_7b']
```

    mistral_7b: mistralai/Mistral-7B-v0.1 => params: 7.3 B | disk: 13.49 GB | vram: 14.324 GB (16 bits)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wordslab-org/wordslab-llms-lib",
    "name": "wordslab-llms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python llm huggingface transformers",
    "author": "Laurent Prud'hon",
    "author_email": "laurent.prudhon@hotmail.fr",
    "download_url": "https://files.pythonhosted.org/packages/1d/99/253f639a554ef0d85557c081f7bd9f3999170a061167d315933c147fc0b7/wordslab_llms-0.0.3.tar.gz",
    "platform": null,
    "description": "# wordslab-llms\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Install\n\n``` sh\npip install wordslab_llms\n```\n\n## How to use\n\nCheck if the library is installed:\n\n``` python\nbase_models['mistral_7b']\n```\n\n    mistral_7b: mistralai/Mistral-7B-v0.1 => params: 7.3 B | disk: 13.49 GB | vram: 14.324 GB (16 bits)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Python library for easy and efficient inference and fine tuning of popular open source llms",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/wordslab-org/wordslab-llms-lib"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python",
        "llm",
        "huggingface",
        "transformers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26ef31bd1a1a48dd6e314f9644643e3107f3b95b18606533432e2886a63a1354",
                "md5": "4014c768b5ebad262ca900df98dce8e0",
                "sha256": "176884481f37a15ea10ffb3ef9f0c0d6253f4c355b71e7201d8e9475898f82da"
            },
            "downloads": -1,
            "filename": "wordslab_llms-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4014c768b5ebad262ca900df98dce8e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13963,
            "upload_time": "2024-04-01T17:06:33",
            "upload_time_iso_8601": "2024-04-01T17:06:33.077663Z",
            "url": "https://files.pythonhosted.org/packages/26/ef/31bd1a1a48dd6e314f9644643e3107f3b95b18606533432e2886a63a1354/wordslab_llms-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d99253f639a554ef0d85557c081f7bd9f3999170a061167d315933c147fc0b7",
                "md5": "fd153d33bd5404a9dd76911b59a7d56a",
                "sha256": "ca0b7b222a21fda0803fd096b05cbef72d81b15aa3b0de3ffafb7170f3633504"
            },
            "downloads": -1,
            "filename": "wordslab_llms-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fd153d33bd5404a9dd76911b59a7d56a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14899,
            "upload_time": "2024-04-01T17:06:34",
            "upload_time_iso_8601": "2024-04-01T17:06:34.772466Z",
            "url": "https://files.pythonhosted.org/packages/1d/99/253f639a554ef0d85557c081f7bd9f3999170a061167d315933c147fc0b7/wordslab_llms-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 17:06:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wordslab-org",
    "github_project": "wordslab-llms-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "wordslab-llms"
}
        
Elapsed time: 0.22336s