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
Since the SwiftTransformer backend is complex to modify, what are the possible alternative backends that already support Llava 1.5?
Alternatively, is there a backend which is based on python where we can easily add the LLava 1.5 model?
What broad steps are required to change the backend? Can the SwiftTransfomer based ops in the "torch.ops.block_migration_ops" package be used with the new backend without any modification?
The text was updated successfully, but these errors were encountered:
Hi guys,
I want to add the LLava 1.5 (https://github.com/haotian-liu/LLaVA/blob/main/docs/MODEL_ZOO.md) that includes a ViT transfomer and Vicuna LLM.
The text was updated successfully, but these errors were encountered: