Commit e17f5662 authored by Zimin Li's avatar Zimin Li
Browse files

issue/1: Remove commas in InfiniDeviceEnum in device.py

parent 0f0cdaad
...@@ -3,11 +3,11 @@ class InfiniDeviceEnum: ...@@ -3,11 +3,11 @@ class InfiniDeviceEnum:
NVIDIA = 1 NVIDIA = 1
CAMBRICON = 2 CAMBRICON = 2
ASCEND = 3 ASCEND = 3
METAX = 4, METAX = 4
MOORE = 5, MOORE = 5
ILUVATAR = 6, ILUVATAR = 6
KUNLUN = 7, KUNLUN = 7
SUGON = 8, SUGON = 8
# Mapping that maps InfiniDeviceEnum to torch device string # Mapping that maps InfiniDeviceEnum to torch device string
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment