15 Comments
Feb 19Liked by Thomas Simonini: AI in Games ๐ŸŽฎ

Will this content ever be integrated into https://huggingface.co/learn?

Expand full comment
author

Hey there, yes we plan to merge it to learn section of HF when we finish the series

Expand full comment

This is great news can't wait!

Expand full comment

Thanks for the tutorial! Though, when i press play i get the error: NotSupportedException: Format version not supported: 72108, please reimport model.

Could you suggest a solution?

Expand full comment

This is caused by incompatibility of the API versions. Basically you have to import the correct packages:

Sentis 1.3.0-pre.3 and the corresponding version for unity/sentis-whisper-tiny.

You can find it in the dropdown menu.

Expand full comment

Awesome, it worked. May I ask how did you figure this out? I am new and want to learn how to debug.

Expand full comment

You are right, it worked! Thanks a lot!

Expand full comment

The very same error has just occurred for me.

Expand full comment

Hi, thanks for the great step by step tutorial. I tried it but I have the following errors when I click on play the demo: Assets\Scripts\RunWhisper.cs(33,5): error CS0246: The type or namespace name 'IWorker' could not be found (are you missing a using directive or an assembly reference?) ; Assets\Scripts\RunWhisper.cs(52,5): error CS0122: 'Ops' is inaccessible due to its protection level ; Assets\Scripts\RunWhisper.cs(65,5): error CS0246: The type or namespace name 'TensorFloat' could not be found (are you missing a using directive or an assembly reference?)

Expand full comment

I have the exact same errors

Expand full comment

Installed Unity 2023 and Sentis 1.3.0-pre.3 and the error is gone

Expand full comment
Aug 1ยทedited Aug 1

Thanks you very much for the tutorial! I'm trying to apply this to the version 2 Jammo the robot sentis , but I have a question, how is " Drag a 30s 16khz mono uncompressed audioclip into the audioClip field. " means and could you give me some tips of applying this to version 2 Jammo the robot sentis

Expand full comment

Thanks a lot for the tutorials, this material is amazing!

There is one small typo in the Step 4 of this article:

AutoDecoder_Tiny.sentis should be AudioDecoder_Tiny.sentis

AutoEncoder_Tiny.sentis should be AudioEncoder_Tiny.sentis

Also, the NotSupportedException is a bit tricky to figure out, might want to cover it in the article.

Expand full comment

Hi, thanks for the tutorial. Since these models are stored on StreamingAssets, it will increase the build size by ~ 250MB right. Can I use AssetBundles to prevent that?

Expand full comment