Skip to content

Commit 52d57da

Browse files
authored
Add openai tag (#421)
1 parent 2d072a6 commit 52d57da

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

custom-server/pixtral-12b/data/pixtral12b.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
{%- else %}
8888
{{- raise_exception('Only user, system, assistant, tool, and tool_results roles are supported!') }}
8989
{%- endif %}
90-
{%- endfor %}
90+
{%- endfor %}

llama/tinyllama-1.1B-chat-v1.0/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
model_metadata:
2+
tags:
3+
- openai-compatible
24
example_model_input:
35
prompt: How tall is a tiny llama?
46
model_name: tinyllama-trt

xtts-streaming/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ def predict(self, model_input):
9999
for chunk in streamer:
100100
processed_chunk = self.wav_postprocess(chunk)
101101
processed_bytes = processed_chunk.tobytes()
102-
yield processed_bytes
102+
yield processed_bytes

0 commit comments

Comments
 (0)