Skip to content

Commit

Permalink
Fixing docs + causal.lm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 4, 2024
1 parent a1a5ff6 commit f89c2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.1"
"version": "2.1.2-dev0"
},
"paths": {
"/": {
Expand Down
1 change: 1 addition & 0 deletions server/text_generation_server/models/causal_lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
)
from text_generation_server.models import Model
from text_generation_server.utils.chunks import concat_text_chunks
from text_generation_server.utils.import_utils import SYSTEM
from text_generation_server.utils.tokens import batch_top_tokens
from text_generation_server.models.types import (
Batch,
Expand Down

0 comments on commit f89c2b4

Please sign in to comment.