llmconf


Namellmconf JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/Ki-Seki/llmconf
SummaryLLMConf unifies the loading and generation configurations of various LLM backends (e.g. `openai`, `transformers`, `vllm`), simplifying parameter control for experiments and testing.
upload_time2024-11-08 14:10:49
maintainerNone
docs_urlNone
authorShichao Song
requires_python<4.0,>=3.10
licenseMIT
keywords llmconf llm configuration openai transformers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="left">
    <img src="https://raw.githubusercontent.com/Ki-Seki/llmconf/refs/heads/main/assets/logo.png" alt="LLMConf Logo" width="300"/>
</p>

---

[![PyPI](https://img.shields.io/pypi/v/llmconf)](https://pypi.org/project/llmconf/)

LLMConf unifies the loading and generation configurations of various LLM backends (e.g. `openai`, `transformers`, `vllm`), simplifying parameter control for experiments and testing.

> [!Note]
> This project serves as a practical exercise for learning Python project development skills.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ki-Seki/llmconf",
    "name": "llmconf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "LLMConf, LLM, configuration, openai, transformers",
    "author": "Shichao Song",
    "author_email": "song.shichao@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/4a/a8/730ec1a73e756bc52add03a6e85c4b4533dfb1cb45cf0f454345c6dfcbf6/llmconf-0.5.0.tar.gz",
    "platform": null,
    "description": "\n<p align=\"left\">\n    <img src=\"https://raw.githubusercontent.com/Ki-Seki/llmconf/refs/heads/main/assets/logo.png\" alt=\"LLMConf Logo\" width=\"300\"/>\n</p>\n\n---\n\n[![PyPI](https://img.shields.io/pypi/v/llmconf)](https://pypi.org/project/llmconf/)\n\nLLMConf unifies the loading and generation configurations of various LLM backends (e.g. `openai`, `transformers`, `vllm`), simplifying parameter control for experiments and testing.\n\n> [!Note]\n> This project serves as a practical exercise for learning Python project development skills.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LLMConf unifies the loading and generation configurations of various LLM backends (e.g. `openai`, `transformers`, `vllm`), simplifying parameter control for experiments and testing.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/Ki-Seki/llmconf",
        "Repository": "https://github.com/Ki-Seki/llmconf"
    },
    "split_keywords": [
        "llmconf",
        " llm",
        " configuration",
        " openai",
        " transformers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd21b0eac0e920f3de771648c662df38b53ed1e7fdb64d5aae2108790f971660",
                "md5": "38d51ccfa1292e7b0235882d0d1cd993",
                "sha256": "80d79bec9537fac1e1b31b6798988aa67e94371414a32a125bc287c16e7254bd"
            },
            "downloads": -1,
            "filename": "llmconf-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38d51ccfa1292e7b0235882d0d1cd993",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 7737,
            "upload_time": "2024-11-08T14:10:48",
            "upload_time_iso_8601": "2024-11-08T14:10:48.529262Z",
            "url": "https://files.pythonhosted.org/packages/cd/21/b0eac0e920f3de771648c662df38b53ed1e7fdb64d5aae2108790f971660/llmconf-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aa8730ec1a73e756bc52add03a6e85c4b4533dfb1cb45cf0f454345c6dfcbf6",
                "md5": "3c539a5b3b4ef3974058911f6712d6e0",
                "sha256": "66fc9c0eb145e4a6af3fce0bb62ff8420f519055845795063b37acda39d1dc75"
            },
            "downloads": -1,
            "filename": "llmconf-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3c539a5b3b4ef3974058911f6712d6e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 6220,
            "upload_time": "2024-11-08T14:10:49",
            "upload_time_iso_8601": "2024-11-08T14:10:49.443130Z",
            "url": "https://files.pythonhosted.org/packages/4a/a8/730ec1a73e756bc52add03a6e85c4b4533dfb1cb45cf0f454345c6dfcbf6/llmconf-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 14:10:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ki-Seki",
    "github_project": "llmconf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "llmconf"
}
        
Elapsed time: 1.64307s