chrisaharden
commited on
Commit
•
c7aa803
1
Parent(s):
192d6ae
Update README.md
Browse filesAdding steps for how to add the packages by name pulled from the manual here: https://docs.unity3d.com/Packages/[email protected]/manual/install.html
README.md
CHANGED
@@ -15,6 +15,11 @@ The model has 1.3 billion parameters.
|
|
15 |
## How to Use
|
16 |
* Create a new scene in Unity 2023
|
17 |
* Install `com.unity.sentis` version `1.5.0-pre.2` and `com.unity.nuget.newtonsoft-json` packages
|
|
|
|
|
|
|
|
|
|
|
18 |
* Add the RunPhi15.cs file to the Main Camera
|
19 |
* Put `phi15.sentis`, `vocab.json` and `merges.txt` in the Assets/StreamingAssets folder
|
20 |
* Adjust some of the variables such as the `outputText` string to set the prompt
|
|
|
15 |
## How to Use
|
16 |
* Create a new scene in Unity 2023
|
17 |
* Install `com.unity.sentis` version `1.5.0-pre.2` and `com.unity.nuget.newtonsoft-json` packages
|
18 |
+
* Open the Package Manager, navigate to Window > Package Manager.
|
19 |
+
* Click + and select Add package by name....
|
20 |
+
* Enter com.unity.sentis, and enter the version in the line just below that
|
21 |
+
* Click Add to add the package to your project.
|
22 |
+
* Do the same for com.unity.nuget.newtonsoft-json
|
23 |
* Add the RunPhi15.cs file to the Main Camera
|
24 |
* Put `phi15.sentis`, `vocab.json` and `merges.txt` in the Assets/StreamingAssets folder
|
25 |
* Adjust some of the variables such as the `outputText` string to set the prompt
|