Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a timelist to implement “Sparse model training”? #31

Closed
stonehuang1024 opened this issue Jul 1, 2019 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@stonehuang1024
Copy link

as the title

@bobzhuyb
Copy link
Member

bobzhuyb commented Jul 1, 2019

There is no timeline yet. Async training and fault tolerance will probably come earlier than that.

@bobzhuyb bobzhuyb added the enhancement New feature or request label Jul 1, 2019
@ymjiang
Copy link
Member

ymjiang commented Jul 11, 2019

Closing this issue. Feel free to reopen for more discussions.

@ymjiang ymjiang closed this as completed Jul 11, 2019
pleasantrabbit pushed a commit that referenced this issue Jul 13, 2020
* 1bit: faster impl

* 1bit: more parallelism
pleasantrabbit pushed a commit that referenced this issue Nov 3, 2020
Add initial UCX Van support

To run with UCX need to:
    1. Clone or download UCX
    2. Build it with multi-thread support, like below:
         ./autogen.sh && ./contrib/configure-release --enable-mt --prefix=$YOUR_UCX_PATH && make install -j
    3. Build ps-lite with UCX by
         make USE_UCX=1 ADD_CFLAGS="-I${YOUR_UCX_PATH}/include -L${YOUR_UCX_PATH}/lib
    4. Add DMLC_ENABLE_UCX=1 to your run script

Signed-off-by: Yulu Jia <yulu.jia@bytedance.com>
Committer: Yulu Jia <yulu.jia@bytedance.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants