Skip to content

Commit 13142fb

Browse files
init: Added some stuff, tons to go
1 parent 496e967 commit 13142fb

12 files changed

+3968
-0
lines changed

keras_hub/api/models/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@
297297
from keras_hub.src.models.gemma3.gemma3_vision_encoder import (
298298
Gemma3VisionEncoder as Gemma3VisionEncoder,
299299
)
300+
from keras_hub.src.models.gemma3n.gemma3n_backbone import (
301+
Gemma3nBackbone as Gemma3nBackbone,
302+
)
300303
from keras_hub.src.models.gpt2.gpt2_backbone import GPT2Backbone as GPT2Backbone
301304
from keras_hub.src.models.gpt2.gpt2_causal_lm import (
302305
GPT2CausalLM as GPT2CausalLM,

keras_hub/src/models/gemma3n/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)