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

Does not support this kind of Gather #941

Open
bojone opened this issue Jun 30, 2023 · 2 comments
Open

Does not support this kind of Gather #941

bojone opened this issue Jun 30, 2023 · 2 comments

Comments

@bojone
Copy link

bojone commented Jun 30, 2023

Please describe the bug

I attempted to use alpa, and the quick start example works fine. However, I encountered an error when implementing it with my own model. My model (including the optimizer) is purely written in JAX, without using Flax or Optax. Is alpa bound with Flax or Optax?

2023-06-30 07:29:19.767640: F external/org_tensorflow/tensorflow/compiler/xla/service/spmd/auto_sharding.cc:883] Check failed: operand_dim < ins->operand(0)->shape().rank() (2 vs. 2)Does not support this kind of Gather.

Please describe the expected behavior

System information and environment

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04, docker): docker
  • Python version: 3.8.10
  • CUDA version: 11.8
  • NCCL version:
  • cupy version:
  • GPU model and memory:
  • Alpa version: 0.2.3
  • TensorFlow version:
  • JAX version: 0.3.22

To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Code snippet to reproduce the problem

Additional information
Add any other context about the problem here or include any logs that would be helpful to diagnose the problem.

@user11209
Copy link

I got into the same trouble! How did you solve it?

@caixiiaoyang
Copy link

I encountered the same problem, has your problem been solved?

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

No branches or pull requests

3 participants