PB Unity commited on
Commit
a772404
1 Parent(s): cfa158d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ The model has 1.3 billion parameters.
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
18
  * Press run
19
- * The output will appear in the console window
20
 
21
  ## Information
22
  This is the float32 version so it requires a lot of RAM (16GB) and VRAM (8GB). With less RAM it may take a long time to load. In the future we may add the float16 or uint8 quantized versions.
 
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
18
  * Press run
19
+ * The output will appear in the console window (after some time. You may want to open the RAM inspector to see what is going on.)
20
 
21
  ## Information
22
  This is the float32 version so it requires a lot of RAM (16GB) and VRAM (8GB). With less RAM it may take a long time to load. In the future we may add the float16 or uint8 quantized versions.