Registry / ai-ml / paddlepaddle-gpu

paddlepaddle-gpu

JSON →
library2.6.2pypypiunverified

PaddlePaddle GPU is Baidu's deep learning framework with GPU support. Current version is 2.6.2. Release cadence is roughly quarterly.

pip install paddlepaddle-gpu
INSTALL
IMPORT
SIG · PADDLEPADDLE-GPU
P
paddlepaddle-gpu
ai-mlpythonv2.6.2
Install
35.2s avg
Import
Disk
3021MB
Pass rate
4/ 10
Env Coverage4 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.6.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✓ 28.2s
py 3.11
✕ build_error
✓ 29s
py 3.12
✕ build_error
✓ 24.2s
py 3.13
✕ build_error
✕ build_error
py 3.9
✕ build_error
✓ 59.3s
3021MB installed
● package 3021MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

paddle
import paddle
import paddlepaddle
The package name is paddlepaddle-gpu but the import is always 'paddle'

Basic tensor creation and operation.

import paddle x = paddle.to_tensor([1, 2, 3]) y = x + 1 print(y) print('PaddlePaddle version:', paddle.__version__)
Debug
Known issues
breakingPaddlePaddle 2.0+ changed many APIs (e.g., fluid module removed). Code written for v1.x will not work without modifications.
fix
Migrate from fluid API to new imperative API. See migration guide.
affects: >=2.0.0
gotchaWhen using paddlepaddle-gpu, your CUDA and cuDNN versions must match the prebuilt wheel. Check compatibility matrix.
fix
Install from official site or specify version matching your CUDA.
affects: all
deprecatedpaddle.fluid has been deprecated since 2.3. Use paddle.nn, paddle.optimizer, etc.
fix
Replace fluid layers with corresponding paddle.nn layers.
affects: >=2.3.0
Upgrade
Version history
2.6.2latest on PyPI · released Sep 13, 2024
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
paddlepaddle-gpu — pip install paddlepaddle-gpu · libregistry