bobd-unity commited on
Commit
0f75aa9
·
verified ·
1 Parent(s): df5b346

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 [Microsoft Phi 1.5](https://huggingface.co/microsoft/phi-1_5) model
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 `RunPhi15.cs` script to the Main Camera;
19
  * Drag the `phi15.sentis` 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 `RunPhi15.cs` script to the Main Camera;
18
  * Drag the `phi15.sentis` 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;