Skip to content

Commit

Permalink
removing qwen from modeling_vla.py Adding llava_onevision
Browse files Browse the repository at this point in the history
  • Loading branch information
danaaubakirova committed Oct 9, 2024
1 parent ff4306d commit d0129a7
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 970 deletions.
4 changes: 3 additions & 1 deletion lerobot/common/policies/vla/configuration_vla.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ class VLAConfig:
}
)

prompt: str = "Please insert the tube into the socket."

# Architecture.

# Language + Main transformer
vocab_size: int = 152064
hidden_size: int = 8192
hidden_size: int = 3584
intermediate_size: int = 29568
num_hidden_layers: int = 80
num_decoder_layers: int = 1
Expand Down
Loading

0 comments on commit d0129a7

Please sign in to comment.