p1atdev commited on
Commit
a7bd751
1 Parent(s): 278f650

Update README.md

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