roboformer


Nameroboformer JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/codekansas/roboformer
SummaryUsing toolformer for Embodied AI
upload_time2023-04-21 20:44:02
maintainer
docs_urlNone
authorBenjamin Bolte
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Roboformer

Roboformer, the embodied toolformer.

## Getting Started

### Requirements

- Python 3.10 or above
- PyTorch 2.0 or above

### Installation

Install using Pip:

> **Warning**
> This method doens't work yet.

```bash
pip install roboformer
```

Install from source:

```bash
git clone git@github.com:codekansas/roboformer.git
cd roboformer && pip install -e '.[dev]'
```

## Training a model

Train a model for a given config:

```bash
roboformer train configs/roboformer.yaml
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/codekansas/roboformer",
    "name": "roboformer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Benjamin Bolte",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/fb/04/cc34b41e8b0dcea686c44a029e76bdc3edad971d972950a09eba5f77f85c/roboformer-0.0.1.tar.gz",
    "platform": null,
    "description": "# Roboformer\n\nRoboformer, the embodied toolformer.\n\n## Getting Started\n\n### Requirements\n\n- Python 3.10 or above\n- PyTorch 2.0 or above\n\n### Installation\n\nInstall using Pip:\n\n> **Warning**\n> This method doens't work yet.\n\n```bash\npip install roboformer\n```\n\nInstall from source:\n\n```bash\ngit clone git@github.com:codekansas/roboformer.git\ncd roboformer && pip install -e '.[dev]'\n```\n\n## Training a model\n\nTrain a model for a given config:\n\n```bash\nroboformer train configs/roboformer.yaml\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Using toolformer for Embodied AI",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3dba56df6a8c5df2426f1acf43b6659df0a92e2b67bb23dd2b9dee843cc6029",
                "md5": "c703beec3cf2a4b97e8fbb4fa17f275e",
                "sha256": "484097da07401f427c3f88df13501aac6065d2bbabe097aee9423d534a0c16bd"
            },
            "downloads": -1,
            "filename": "roboformer-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c703beec3cf2a4b97e8fbb4fa17f275e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14421,
            "upload_time": "2023-04-21T20:44:00",
            "upload_time_iso_8601": "2023-04-21T20:44:00.614925Z",
            "url": "https://files.pythonhosted.org/packages/f3/db/a56df6a8c5df2426f1acf43b6659df0a92e2b67bb23dd2b9dee843cc6029/roboformer-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb04cc34b41e8b0dcea686c44a029e76bdc3edad971d972950a09eba5f77f85c",
                "md5": "1445f6f84a8a18e32300681dbf810b38",
                "sha256": "0416581adbf36ea4be59d1b36f088d3439cbe85f0108c715d1055f5e38924831"
            },
            "downloads": -1,
            "filename": "roboformer-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1445f6f84a8a18e32300681dbf810b38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14058,
            "upload_time": "2023-04-21T20:44:02",
            "upload_time_iso_8601": "2023-04-21T20:44:02.552828Z",
            "url": "https://files.pythonhosted.org/packages/fb/04/cc34b41e8b0dcea686c44a029e76bdc3edad971d972950a09eba5f77f85c/roboformer-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 20:44:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "codekansas",
    "github_project": "roboformer",
    "lcname": "roboformer"
}
        
Elapsed time: 0.07785s