torchmix


Nametorchmix JSON
Version 0.1.0rc8 PyPI version JSON
download
home_page
SummaryFlexible components for transformers 🧩
upload_time2023-01-20 09:32:14
maintainer
docs_urlNone
authorjunhsss
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">torchmix</h1>

<h3 align="center">The missing component library for PyTorch</h3>

<br />

`torchmix` is a collection of pre-made PyTorch components designed to simplify model development process, primarily for **transformers**. Our goal is to enable easy adoption of cutting-edge components with minimal code and maximum scalability.

**Note: `torchmix` is a prototype that is currently in development and has not been tested for production use. The API may change at any time.**

## Install

To use `torchmix`, you will need to have `torch` already installed on your environment.

```sh
pip install torchmix
```

## Documentation

To learn more, check out our [documentation](https://torchmix.vercel.app).

## Contributing

If you have ideas for new components or ways to enhance the library, feel free to open an issue or start a discussion. We welcome all forms of feedback, including criticism and suggestions for significant design changes.

## License

`torchmix` is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "torchmix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "junhsss",
    "author_email": "junhsssr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/90/71adf32456e35b0c9697877dbcac6319f3f87d5d6e1bb27097d76261e2e0/torchmix-0.1.0rc8.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">torchmix</h1>\n\n<h3 align=\"center\">The missing component library for PyTorch</h3>\n\n<br />\n\n`torchmix` is a collection of pre-made PyTorch components designed to simplify model development process, primarily for **transformers**. Our goal is to enable easy adoption of cutting-edge components with minimal code and maximum scalability.\n\n**Note: `torchmix` is a prototype that is currently in development and has not been tested for production use. The API may change at any time.**\n\n## Install\n\nTo use `torchmix`, you will need to have `torch` already installed on your environment.\n\n```sh\npip install torchmix\n```\n\n## Documentation\n\nTo learn more, check out our [documentation](https://torchmix.vercel.app).\n\n## Contributing\n\nIf you have ideas for new components or ways to enhance the library, feel free to open an issue or start a discussion. We welcome all forms of feedback, including criticism and suggestions for significant design changes.\n\n## License\n\n`torchmix` is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Flexible components for transformers \ud83e\udde9",
    "version": "0.1.0rc8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f8a61c4925143976f8477f938423c835639f51dfd2aa519251f328f1c2ccaf6",
                "md5": "98493b25283d1e831b0d52f18837f1b7",
                "sha256": "811774cfd6ad82652e082eaf48bc6cdf775e1708508b712c7bc20048f8c04922"
            },
            "downloads": -1,
            "filename": "torchmix-0.1.0rc8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98493b25283d1e831b0d52f18837f1b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25341,
            "upload_time": "2023-01-20T09:32:12",
            "upload_time_iso_8601": "2023-01-20T09:32:12.543167Z",
            "url": "https://files.pythonhosted.org/packages/6f/8a/61c4925143976f8477f938423c835639f51dfd2aa519251f328f1c2ccaf6/torchmix-0.1.0rc8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "029071adf32456e35b0c9697877dbcac6319f3f87d5d6e1bb27097d76261e2e0",
                "md5": "42330ec2d81375cef20d7ab1ec2d8d18",
                "sha256": "d5c89c2f17a530e946c15aaabb178e9cac05202d88c44a5e33490fdfb5dc53c6"
            },
            "downloads": -1,
            "filename": "torchmix-0.1.0rc8.tar.gz",
            "has_sig": false,
            "md5_digest": "42330ec2d81375cef20d7ab1ec2d8d18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18738,
            "upload_time": "2023-01-20T09:32:14",
            "upload_time_iso_8601": "2023-01-20T09:32:14.169648Z",
            "url": "https://files.pythonhosted.org/packages/02/90/71adf32456e35b0c9697877dbcac6319f3f87d5d6e1bb27097d76261e2e0/torchmix-0.1.0rc8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 09:32:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "torchmix"
}
        
Elapsed time: 0.09081s