diff --git a/docs/readthedocs/source/_static/css/custom.css b/docs/readthedocs/source/_static/css/custom.css index f54b7d25..563c87ca 100644 --- a/docs/readthedocs/source/_static/css/custom.css +++ b/docs/readthedocs/source/_static/css/custom.css @@ -60,10 +60,10 @@ code span.pre { /* for landing page side bar */ .bigdl-quicklinks-section-nav { - padding-bottom: 0.5rem; padding-left: 1rem; } .bigdl-quicklinks-section-title { color: var(--pst-color-primary); + padding: 0.25rem 0rem; } \ No newline at end of file diff --git a/docs/readthedocs/source/_templates/sidebar_quicklinks.html b/docs/readthedocs/source/_templates/sidebar_quicklinks.html index a781b61d..87f723d2 100644 --- a/docs/readthedocs/source/_templates/sidebar_quicklinks.html +++ b/docs/readthedocs/source/_templates/sidebar_quicklinks.html @@ -1,68 +1,97 @@ \ No newline at end of file diff --git a/docs/readthedocs/source/doc/UserGuide/win.md b/docs/readthedocs/source/doc/UserGuide/win.md index 2782185b..2ddd1030 100644 --- a/docs/readthedocs/source/doc/UserGuide/win.md +++ b/docs/readthedocs/source/doc/UserGuide/win.md @@ -94,12 +94,7 @@ This error may appear when you try to import torch. This is caused by Ubuntu 14. sudo apt-get install libgomp1 ``` -### 2. Slow PyTorch training with BF16 - -Using BFloat16 mixed precision in PyTorch or PyTorch-Lightning training may be much slower than FP32. - - -### 3. ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects +### 2. ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects pycocotools is a dependency of Intel neural-compressor which is used for inference quantization in BigDL-Nano. This error is usually caused by GCC library not installed in system. Just install gcc to resolve it: @@ -107,7 +102,7 @@ pycocotools is a dependency of Intel neural-compressor which is used for inferen sudo apt-get install gcc ``` -### 4. ValueError: After taking into account object store and redis memory usage, the amount of memory on this node available for tasks and actors is less than -75% of total. +### 3. ValueError: After taking into account object store and redis memory usage, the amount of memory on this node available for tasks and actors is less than -75% of total. When running ray applications, you need to set the `memory` and `object_store_memory` properly according to your system memory capacity. This error indicates you have used too large memory configurations and you need to decrease them. For example on a laptop with 8G memory, you may set the memory configurations as below: