PB Unity
commited on
Commit
•
8280066
1
Parent(s):
a772404
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ The model has 1.3 billion parameters.
|
|
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.
|
23 |
|
24 |
## Example Input
|
25 |
```
|
|
|
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. This version also doesn't use caching of previous iterations so it is not the optimum speed but the implementation is simpler.
|
23 |
|
24 |
## Example Input
|
25 |
```
|