loongson/pypi/: paddlepaddle-2.4.2 metadata and description

Simple index

Parallel Distributed Deep Learning

author_email Paddle-better@baidu.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Operating System :: OS Independent
  • Intended Audience :: Developers
  • Intended Audience :: Education
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: C++
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
description_content_type text/markdown
license Apache Software License
maintainer PaddlePaddle
maintainer_email Paddle-better@baidu.com
platform
  • UNKNOWN
project_urls
  • Homepage, https://www.paddlepaddle.org.cn/
  • Downloads, https://github.com/paddlepaddle/paddle
requires_dist
  • requests (>=2.20.0)
  • numpy (>=1.13)
  • protobuf (<=3.20.0,>=3.1.0)
  • Pillow
  • six
  • decorator
  • astor
  • paddle-bfloat (==0.1.7)
  • opt-einsum (==3.3.0)

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
paddlepaddle-2.4.2-cp36-cp36m-linux_loongarch64.whl
Size
49 MB
Type
Python Wheel
Python
3.6
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2023-06-29 11:18:28
paddlepaddle-2.4.2-cp37-cp37m-linux_loongarch64.whl
Size
49 MB
Type
Python Wheel
Python
3.7
paddlepaddle-2.4.2-cp38-cp38-linux_loongarch64.whl
Size
49 MB
Type
Python Wheel
Python
3.8

Build Status Documentation Status Documentation Status Release License

Welcome to the PaddlePaddle GitHub.

PaddlePaddle, as the only independent R&D deep learning platform in China, has been officially open-sourced to professional communities since 2016. It is an industrial platform with advanced technologies and rich features that cover core deep learning frameworks, basic model libraries, end-to-end development kits, tools & components as well as service platforms. PaddlePaddle is originated from industrial practices with dedication and commitments to industrialization. It has been widely adopted by a wide range of sectors including manufacturing, agriculture, enterprise service, and so on while serving more than 2.3 million developers. With such advantages, PaddlePaddle has helped an increasing number of partners commercialize AI.

Installation

We provide users with four installation methods ,which are pip, conda, docker and install with source code.

PIP Installation

PREQUISTIES

On Windows:
On Linux:
On MacOS:

Commands to install

cpu:

python2:

python -m pip install paddlepaddle

python3:

python3 -m pip install paddlepaddle

gpu-cuda10.2:

python2:

python -m pip install paddlepaddle-gpu

python3:

python3 -m pip install paddlepaddle-gpu

gpu-cuda9、10.0、10.1、11:

We only release paddlepaddle-gpu cuda10.2 on pypi.

If you want to install paddlepaddle-gpu with cuda version of 9.0 ,10.0 ,10.1 ,or 11.0, commands to install are on our website: Installation Document

Verify installation

After the installation is complete, you can use python or python3 to enter the Python interpreter and then use import paddle.fluid and fluid.install_check.run_check()

If Your Paddle Fluid is installed successfully! appears, to verify that the installation was successful.

Other installation methods

If you want to install witch conda or docker or pip,please see commands to install on our website: Installation Document

FOUR LEADING TECHNOLOGIES

Documentation

We provide English and Chinese documentation.

Communication

Copyright and License

PaddlePaddle is provided under the Apache-2.0 license.