all test pass! and fix tokenizer max length between 05 and 0

This commit is contained in:
Pepijn
2025-09-10 21:51:40 +02:00
parent 21e63b505f
commit 9ae11a087d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def create_and_push_model(
compile_model=False,
device=None, # Auto-detect
# Tokenizer settings
tokenizer_max_length=200, # see openpi `__post_init__`, use pi0=200 and pi05=48
tokenizer_max_length=48, # see openpi `__post_init__`, use pi0=48 and pi05=200
)
print(f" - Config type: {config.__class__.__name__}")