Spaces:
Paused
Paused
upd3
Browse files- __pycache__/app.cpython-312.pyc +0 -0
- app.py +3 -3
__pycache__/app.cpython-312.pyc
CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
|
|
app.py
CHANGED
@@ -8,10 +8,10 @@ interface = outetts.Interface(
|
|
8 |
config=outetts.ModelConfig.auto_config(
|
9 |
model=outetts.Models.VERSION_1_0_SIZE_1B,
|
10 |
# For llama.cpp backend
|
11 |
-
backend=outetts.Backend.LLAMACPP,
|
12 |
-
quantization=outetts.LlamaCppQuantization.FP16
|
13 |
# For transformers backend
|
14 |
-
|
15 |
)
|
16 |
)
|
17 |
|
|
|
8 |
config=outetts.ModelConfig.auto_config(
|
9 |
model=outetts.Models.VERSION_1_0_SIZE_1B,
|
10 |
# For llama.cpp backend
|
11 |
+
#backend=outetts.Backend.LLAMACPP,
|
12 |
+
#quantization=outetts.LlamaCppQuantization.FP16
|
13 |
# For transformers backend
|
14 |
+
backend=outetts.Backend.HF,
|
15 |
)
|
16 |
)
|
17 |
|