Unverified Commit cd8372b3 authored by Rick Ho's avatar Rick Ho Committed by GitHub
Browse files

Merge pull request #167 from laekov/zms-update-readme

Update outdated README
parents de4ef388 d3e41415
...@@ -28,8 +28,7 @@ In FastMoE, to enable smart scheduling, set the environment variable ` ...@@ -28,8 +28,7 @@ In FastMoE, to enable smart scheduling, set the environment variable `
FMOE_FASTER_SCHEDULE_ENABLE` to `1` or `ON`, and it is now by default off. FMOE_FASTER_SCHEDULE_ENABLE` to `1` or `ON`, and it is now by default off.
Please note that there are a few constraints for smart scheduling in the Please note that there are a few constraints for smart scheduling in the
current version of FastMoE. `num_expert` has to be `1`, which means only one current version of FastMoE. The input and output features have to be of
expert can reside on each worker. The input and output features have to be of
the same length for the experts. This is because the developers of FasterMoE the same length for the experts. This is because the developers of FasterMoE
only implement this on their prototype, and they are looking for the only implement this on their prototype, and they are looking for the
community's efforts to have other cases supported. community's efforts to have other cases supported.
......
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