bobd-unity commited on
Commit
20e31fe
·
verified ·
1 Parent(s): 41d66fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -14,7 +14,6 @@ This is the [Tiny Stories model](https://huggingface.co/roneneldan/TinyStories-3
14
 
15
  * Create a new scene in Unity 6;
16
  * Install `com.unity.ai.inference` from the package manager;
17
- * Install `com.unity.nuget.newtonsoft-json` from the package manager;
18
  * Add the `RunTinyStories.cs` script to the Main Camera;
19
  * Drag the `tinystories.onnx` asset from the `models` folder into the `Model Asset` field;
20
  * Drag the `vocab.json` asset from the `data` folder into the `Vocab Asset` field;
 
14
 
15
  * Create a new scene in Unity 6;
16
  * Install `com.unity.ai.inference` from the package manager;
 
17
  * Add the `RunTinyStories.cs` script to the Main Camera;
18
  * Drag the `tinystories.onnx` asset from the `models` folder into the `Model Asset` field;
19
  * Drag the `vocab.json` asset from the `data` folder into the `Vocab Asset` field;