wwd


Namewwd JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/mvkvc/wwd
SummaryNone
upload_time2024-04-24 22:07:12
maintainerNone
docs_urlNone
authorMarko Vukovic
requires_python>=3.10
licenseMIT License
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wwd


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

`wwd`: `westworld` but available on PyPI

## Components

- `api`: Unified API for LM-related inference
- `nbs`: nbdev notebooks for main package
- `notes`: Research notes
- `papers`: Research papers
- `ra`: Research assistant tool
- `sh`: Shell scripts
- `vendor`: Git submodules
- `wwd`: Main package

## Goals

- Data pipelines
- Benchmarks
- Create intent based API for LM-related inference
- Create RAG+ research assistant tool
- Reimplement
  - Embedding
  - Reranking
  - Transformer (NanoGPT/Mistral/LLaMA)
  - Multi-modal transformer (LLaVA)
  - RNN (RWKV)
  - SSM (Mamba)
  - Spiking NN
  - Forward-forward
- Research additions
  - RAG over previous interactions
  - Fused backprop step at inference for transformers
- Research new approaches
  - Forward-training architectures

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mvkvc/wwd",
    "name": "wwd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "Marko Vukovic",
    "author_email": "mail@mvk.vc",
    "download_url": "https://files.pythonhosted.org/packages/d8/90/e6d05730f2b6b2a21e7fffb753496a01016f2081792d8e38e9513a863ee1/wwd-0.0.1.tar.gz",
    "platform": null,
    "description": "# wwd\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n`wwd`: `westworld` but available on PyPI\n\n## Components\n\n- `api`: Unified API for LM-related inference\n- `nbs`: nbdev notebooks for main package\n- `notes`: Research notes\n- `papers`: Research papers\n- `ra`: Research assistant tool\n- `sh`: Shell scripts\n- `vendor`: Git submodules\n- `wwd`: Main package\n\n## Goals\n\n- Data pipelines\n- Benchmarks\n- Create intent based API for LM-related inference\n- Create RAG+ research assistant tool\n- Reimplement\n  - Embedding\n  - Reranking\n  - Transformer (NanoGPT/Mistral/LLaMA)\n  - Multi-modal transformer (LLaVA)\n  - RNN (RWKV)\n  - SSM (Mamba)\n  - Spiking NN\n  - Forward-forward\n- Research additions\n  - RAG over previous interactions\n  - Fused backprop step at inference for transformers\n- Research new approaches\n  - Forward-training architectures\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": null,
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/mvkvc/wwd"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0787e9d2db3de5cd8ac5f595672c3cd4e5220ba7dff00d610c4eb746ab748744",
                "md5": "762268e9e99958aeb4b8ef0dc59d54f2",
                "sha256": "750885c3972fd4d127c089aa9511c947338f49e2b4aa08c893442edc8235a730"
            },
            "downloads": -1,
            "filename": "wwd-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "762268e9e99958aeb4b8ef0dc59d54f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3671,
            "upload_time": "2024-04-24T22:07:10",
            "upload_time_iso_8601": "2024-04-24T22:07:10.951056Z",
            "url": "https://files.pythonhosted.org/packages/07/87/e9d2db3de5cd8ac5f595672c3cd4e5220ba7dff00d610c4eb746ab748744/wwd-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d890e6d05730f2b6b2a21e7fffb753496a01016f2081792d8e38e9513a863ee1",
                "md5": "cd7a47d1072e4eecf75b3ae4f2ff0c53",
                "sha256": "f67791c0daed5a46e45ab7130bbddd5f0605ab324396649bff26db01a4229358"
            },
            "downloads": -1,
            "filename": "wwd-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cd7a47d1072e4eecf75b3ae4f2ff0c53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4516,
            "upload_time": "2024-04-24T22:07:12",
            "upload_time_iso_8601": "2024-04-24T22:07:12.024348Z",
            "url": "https://files.pythonhosted.org/packages/d8/90/e6d05730f2b6b2a21e7fffb753496a01016f2081792d8e38e9513a863ee1/wwd-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 22:07:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mvkvc",
    "github_project": "wwd",
    "github_not_found": true,
    "lcname": "wwd"
}
        
Elapsed time: 0.29149s