File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ system.
63
63
* For Linux, the system must have the libgomp.so.1 which can be installed using ``` apt-get install libgomp1 ``` .
64
64
* The official GPU builds require the CUDA 9.1 and cuDNN 7.1 runtime libraries being installed in the system.
65
65
* Python binaries are compatible with Python 3.5-3.7.
66
+ * Certain operators makes use of system locales. At the very least you will need to install English language package and configure en_US.UTF-8 locale.
67
+ * For Ubuntu install language-pack-en package
68
+ * Run the following commands:
69
+ * locale-gen en_US.UTF-8
70
+ * update-locale LANG=en_US.UTF-8
71
+ * Follow similar procedure to configure other locales on other platforms.
66
72
67
73
## APIs and Official Builds
68
74
| API Documentation | CPU package | GPU package |
You can’t perform that action at this time.
0 commit comments