Skip to content

Commit

Permalink
Merge pull request #927 from roboflow/fix/onboarding_llama_3.2
Browse files Browse the repository at this point in the history
Fix/onboarding llama 3.2
  • Loading branch information
PawelPeczek-Roboflow authored Jan 7, 2025
2 parents a2e19ab + 60416ed commit 836ab56
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 89 deletions.
4 changes: 4 additions & 0 deletions inference/core/workflows/core_steps/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
from inference.core.workflows.core_steps.models.foundation.google_vision_ocr.v1 import (
GoogleVisionOCRBlockV1,
)
from inference.core.workflows.core_steps.models.foundation.llama_vision.v1 import (
LlamaVisionBlockV1,
)
from inference.core.workflows.core_steps.models.foundation.lmm.v1 import LMMBlockV1
from inference.core.workflows.core_steps.models.foundation.lmm_classifier.v1 import (
LMMForClassificationBlockV1,
Expand Down Expand Up @@ -601,6 +604,7 @@ def load_blocks() -> List[Type[WorkflowBlock]]:
SlackNotificationBlockV1,
TwilioSMSNotificationBlockV1,
GazeBlockV1,
LlamaVisionBlockV1,
]


Expand Down
Loading

0 comments on commit 836ab56

Please sign in to comment.