You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Please describe the bug
I'm using the same code from this issue #813, but am now getting some compile errors that suggest there are a few things not implemented causing errors.
Please describe the bug
I'm using the same code from this issue #813, but am now getting some compile errors that suggest there are a few things not implemented causing errors.
I am setting this in my parallelize call:
Depending on if
num_micro_batches=1
ornum_micro_batches>1
I get two different errors. If it is set to one, I get this https://gist.github.com/EntilZha/5e5a3c04446404bd8da4673accc24a36. Debugging a bit, it seems like in here https://github.com/alpa-projects/alpa/blob/main/alpa/pipeline_parallel/computation.py#L397, it is expecting that the first expression is a start, but for whatever reason it is not, hitting the first assert.If micro batch is greater than one, I get https://gist.github.com/EntilZha/8010d86ea767f1730244903f0639c049, the error suggesting that some part of the pipeline isn't implemented yet:
I'm unfamiliar with alpa internals, but if there is other information I can provide to help debug, would be happy to.
Please describe the expected behavior
Alpa program compiles and starts running
System information and environment
The text was updated successfully, but these errors were encountered: