Windows ARM64
TADA 1B and TADA 3B result in the same errors.
TADA 1B try 1
```py
2026-06-05 16:45:37,497 - backend.backends.hume_backend - INFO - Loading TADA encoder...
2026-06-05 16:45:38,296 - backend.utils.progress - ERROR - Marked tada-1b as error: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Traceback (most recent call last):
File "backend\services\generation.py", line 64, in run_generation
File "backend\backends\__init__.py", line 519, in load_engine_model
File "backend\backends\hume_backend.py", line 96, in load_model
File "asyncio\threads.py", line 25, in to_thread
File "concurrent\futures\thread.py", line 59, in run
File "backend\backends\hume_backend.py", line 169, in _load_model_sync
File "tada\modules\encoder.py", line 683, in from_pretrained
File "transformers\modeling_utils.py", line 277, in _wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "transformers\modeling_utils.py", line 4900, in from_pretrained
checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "transformers\modeling_utils.py", line 1148, in _get_resolved_checkpoint_files
raise OSError(
OSError: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
```
TADA 1B try 2
```py
2026-06-05 16:56:46,058 - backend.utils.progress - ERROR - Marked tada-1b as error: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Traceback (most recent call last):
File "backend\services\generation.py", line 64, in run_generation
File "backend\backends\__init__.py", line 519, in load_engine_model
File "backend\backends\hume_backend.py", line 96, in load_model
File "asyncio\threads.py", line 25, in to_thread
File "concurrent\futures\thread.py", line 59, in run
File "backend\backends\hume_backend.py", line 169, in _load_model_sync
File "tada\modules\encoder.py", line 683, in from_pretrained
File "transformers\modeling_utils.py", line 277, in _wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "transformers\modeling_utils.py", line 4900, in from_pretrained
checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "transformers\modeling_utils.py", line 1148, in _get_resolved_checkpoint_files
raise OSError(
OSError: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Windows ARM64
TADA 1B and TADA 3B result in the same errors.
TADA 1B try 1
```py 2026-06-05 16:45:37,497 - backend.backends.hume_backend - INFO - Loading TADA encoder... 2026-06-05 16:45:38,296 - backend.utils.progress - ERROR - Marked tada-1b as error: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack. Traceback (most recent call last): File "backend\services\generation.py", line 64, in run_generation File "backend\backends\__init__.py", line 519, in load_engine_model File "backend\backends\hume_backend.py", line 96, in load_model File "asyncio\threads.py", line 25, in to_thread File "concurrent\futures\thread.py", line 59, in run File "backend\backends\hume_backend.py", line 169, in _load_model_sync File "tada\modules\encoder.py", line 683, in from_pretrained File "transformers\modeling_utils.py", line 277, in _wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "transformers\modeling_utils.py", line 4900, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "transformers\modeling_utils.py", line 1148, in _get_resolved_checkpoint_files raise OSError( OSError: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack. ```TADA 1B try 2
```py 2026-06-05 16:56:46,058 - backend.utils.progress - ERROR - Marked tada-1b as error: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack. Traceback (most recent call last): File "backend\services\generation.py", line 64, in run_generation File "backend\backends\__init__.py", line 519, in load_engine_model File "backend\backends\hume_backend.py", line 96, in load_model File "asyncio\threads.py", line 25, in to_thread File "concurrent\futures\thread.py", line 59, in run File "backend\backends\hume_backend.py", line 169, in _load_model_sync File "tada\modules\encoder.py", line 683, in from_pretrained File "transformers\modeling_utils.py", line 277, in _wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "transformers\modeling_utils.py", line 4900, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "transformers\modeling_utils.py", line 1148, in _get_resolved_checkpoint_files raise OSError( OSError: HumeAI/tada-codec does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.