Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,6 @@ class QuantizedModelForTextEncoding(QuantizedTransformersModel):
|
|
44 |
auto_class = AutoModelForTextEncoding
|
45 |
|
46 |
qmodel = QuantizedModelForTextEncoding.from_pretrained(
|
47 |
-
"./
|
48 |
)
|
49 |
```
|
|
|
44 |
auto_class = AutoModelForTextEncoding
|
45 |
|
46 |
qmodel = QuantizedModelForTextEncoding.from_pretrained(
|
47 |
+
"./t5_xxl/qint8",
|
48 |
)
|
49 |
```
|