PB Unity
commited on
Commit
•
5980fa3
1
Parent(s):
3a3ea73
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ The model has 1.3 billion parameters.
|
|
11 |
|
12 |
## How to Use
|
13 |
* Create a new scene in Unity 2023
|
14 |
-
* Install `com.unity.sentis` and `com.unity.nuget.newtonsoft-json` packages
|
15 |
* Add the RunPhi15.cs file to the Main Camera
|
16 |
* Put `phi15.sentis`, `vocab.json` and `merges.txt` in the Assets/StreamingAssets folder
|
17 |
* Adjust some of the variables such as the `outputText` string to set the prompt
|
|
|
11 |
|
12 |
## How to Use
|
13 |
* Create a new scene in Unity 2023
|
14 |
+
* Install `com.unity.sentis` version `1.3.0-pre.3` and `com.unity.nuget.newtonsoft-json` packages
|
15 |
* Add the RunPhi15.cs file to the Main Camera
|
16 |
* Put `phi15.sentis`, `vocab.json` and `merges.txt` in the Assets/StreamingAssets folder
|
17 |
* Adjust some of the variables such as the `outputText` string to set the prompt
|