Skip to content

Commit c98c317

Browse files
authored
Bump to v1.1.3 (#120)
* Bump to v1.1.3 * tmp fix: remove moderation model test
1 parent fe8b2bd commit c98c317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
1212

1313
[tool.poetry]
1414
name = "together"
15-
version = "1.1.2"
15+
version = "1.1.3"
1616
authors = [
1717
"Together AI <[email protected]>"
1818
]

tests/integration/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
chat_test_model_list = []
66
embedding_test_model_list = []
77
image_test_model_list = []
8-
moderation_test_model_list = ["Meta-Llama/Llama-Guard-7b"]
8+
moderation_test_model_list = []

0 commit comments

Comments
 (0)