-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add toggle + param group for point embed
- Loading branch information
1 parent
a22b44d
commit e0c234d
Showing
4 changed files
with
29 additions
and
83 deletions.
There are no files selected for viewing
Submodule llama-recipes
updated
from 09dd58 to 463460
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule transformers
updated
3 files
+2 −0 | src/transformers/models/llama/configuration_llama.py | |
+6 −1 | src/transformers/models/llama/modeling_llama.py | |
+9 −2 | src/transformers/models/llama/sam_embed.py |