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

Switch to ProcessSession for Disco #57

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

masahi
Copy link
Member

@masahi masahi commented Nov 9, 2023

On an environment with NVLink, using ProcessSession seems to fix the odd hang issues.

But on an environment without NVLink, after we switched to build-time sharding, serve/tests/test_engine_paged_cache_model.py with ProcessSession fails with mysterious error:

  File "/home/masahi/projects/dev/tvm/src/runtime/disco/nccl/nccl.cc", line 195              
ncclErrror: internal error - please report this issue to the NCCL developers

This doesn't happen if the model is initialized from the serving layer. So running this test with disco is broken on such environment, but usual deployment works fine.

@masahi masahi merged commit c3c49b5 into octoml:batch-serving Nov 9, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant