包括PaddlePaddle, Pytorch, MxNet, Tensorflow使用CPU计算的配置(自动配置,手动配置)。
初次运行时,自动配置会从亚马逊服务器下载native引擎,所以速度可能会比较慢。
而手动配置会从maven服务器(可以指向国内服务器)下载,速度会很快。并且本地库会一起打包,部署后运行时,不会再加载本地运行库。
1). 自动配置
2). macOS - CPU
3). Linux - CPU
4). Linux - GPU
需要设置环境变量LD_LIBRARY_PATH,如在 /etc/profile中设置。
5). Windows - CPU
6). Windows GPU
1). 自动配置
PyTorch engine version
|
PyTorch native library version
|
---|---|
pytorch-engine:0.20.0
|
1.11.0, 1.12.1, 1.13.0
|
pytorch-engine:0.19.0
|
1.10.0, 1.11.0, 1.12.1
|
pytorch-engine:0.18.0
|
1.9.1, 1.10.0, 1.11.0
|
pytorch-engine:0.17.0
|
1.9.1, 1.10.0, 1.11.0
|
2). macOS - CPU
3). macOS - M1
4). Linux - CPU
5). For aarch64 build
6). For Pre-CXX11 build
7). Linux - GPU
8). Windows - CPU
9). Windows - GPU
1). 自动配置
2). macOS - CPU
3). Linux - CPU
4). Linux - GPU
5). Windows - CPU
6). Windows - GPU
1). 自动配置
2). macOS - CPU
3). Linux - CPU
4). Linux - GPU
5). Windows - CPU
6). Windows - GPU