You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you wish to train and infer using **bf16**, please use a GPU that supports **bf16**, such as the A100.
90
90
91
+
#### Method 3: For Ascend 910B
92
+
93
+
PaddleMIX currently supports the Ascend 910B chip (more chip types are still being supported. If you have related needs for other chip types, please submit a question and let us know). Our recommended driver version is 23.0.3. Considering the differences in environments, we recommend using docker image provided by PaddlePaddle to complete the environment preparation.
94
+
95
+
* Refer to the following command to start the container, ASCEND_RT_VISIBLE_DEVICES specifies the visible NPU card number
96
+
97
+
```shell
98
+
docker run -it --name paddle-npu-dev -v $(pwd):/work \
0 commit comments