tensorflow-gpu


Nametensorflow-gpu JSON
Version 2.12.0 PyPI version JSON
download
home_page
SummaryRemoved: please install "tensorflow" instead.
upload_time2023-01-24 22:38:59
maintainer
docs_urlNone
authorGoogle, Inc.
requires_python
licenseApache 2.0
keywords tensorflow tensor machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tensorflow-gpu has been removed. Please install tensorflow instead.
The tensorflow package supports GPU accelerated operations via Nvidia CUDA.

## Removal Information

tensorflow and tensorflow-gpu have been the same package since TensorFlow
2.1, released in September 2019. Although the checksums differ due to metadata,
they were built in the same way and both provide GPU support via Nvidia CUDA.
As of December 2022, tensorflow-gpu has been removed and has been replaced with
this new, empty package that generates an error upon installation.

All existing versions of tensorflow-gpu are still available, but the
TensorFlow team has stopped releasing any new tensorflow-gpu packages, and
will not release any patches for existing tensorflow-gpu versions.

## About this package

This simple package raises a warning if setup.py is executed as part of a
package installation. This intentionally prevents users from installing
the package.

To build and upload this package's source distribution (sdist) to testpypi:

```
$ vim setup.cfg  # update the version number and package name
$ python3 -m pip install --user twine
$ python3 setup.py sdist
$ twine upload --repository testpypi dist/*
$ pip3 install the_name_of_your_test_package -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tensorflow-gpu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tensorflow,tensor,machine learning",
    "author": "Google, Inc.",
    "author_email": "packages@tensorflow.org",
    "download_url": "https://files.pythonhosted.org/packages/8a/45/fa31ced1db38f9424f262dfbf35747fe5378b5c808cecb373c8cb8e515d3/tensorflow-gpu-2.12.0.tar.gz",
    "platform": null,
    "description": "tensorflow-gpu has been removed. Please install tensorflow instead.\nThe tensorflow package supports GPU accelerated operations via Nvidia CUDA.\n\n## Removal Information\n\ntensorflow and tensorflow-gpu have been the same package since TensorFlow\n2.1, released in September 2019. Although the checksums differ due to metadata,\nthey were built in the same way and both provide GPU support via Nvidia CUDA.\nAs of December 2022, tensorflow-gpu has been removed and has been replaced with\nthis new, empty package that generates an error upon installation.\n\nAll existing versions of tensorflow-gpu are still available, but the\nTensorFlow team has stopped releasing any new tensorflow-gpu packages, and\nwill not release any patches for existing tensorflow-gpu versions.\n\n## About this package\n\nThis simple package raises a warning if setup.py is executed as part of a\npackage installation. This intentionally prevents users from installing\nthe package.\n\nTo build and upload this package's source distribution (sdist) to testpypi:\n\n```\n$ vim setup.cfg  # update the version number and package name\n$ python3 -m pip install --user twine\n$ python3 setup.py sdist\n$ twine upload --repository testpypi dist/*\n$ pip3 install the_name_of_your_test_package -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Removed: please install \"tensorflow\" instead.",
    "version": "2.12.0",
    "project_urls": {
        "Download": "https://github.com/tensorflow/tensorflow/tags",
        "Homepage": "https://www.tensorflow.org",
        "Issue Tracker": "https://github.com/tensorflow/tensorflow/issues"
    },
    "split_keywords": [
        "tensorflow",
        "tensor",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a45fa31ced1db38f9424f262dfbf35747fe5378b5c808cecb373c8cb8e515d3",
                "md5": "a073c0a01dce03dd017a15d323488018",
                "sha256": "51cc56493594840814e55545cf36c006e174a6186f71418cc29aafa62e77b756"
            },
            "downloads": -1,
            "filename": "tensorflow-gpu-2.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a073c0a01dce03dd017a15d323488018",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2646,
            "upload_time": "2023-01-24T22:38:59",
            "upload_time_iso_8601": "2023-01-24T22:38:59.667711Z",
            "url": "https://files.pythonhosted.org/packages/8a/45/fa31ced1db38f9424f262dfbf35747fe5378b5c808cecb373c8cb8e515d3/tensorflow-gpu-2.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 22:38:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tensorflow",
    "github_project": "tensorflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tensorflow-gpu"
}
        
Elapsed time: 0.27629s