langfun 0.1.2.dev202410230804__py3-none-any.whl → 0.1.2.dev202410240804__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- langfun/core/llms/vertexai_test.py +5 -1
- {langfun-0.1.2.dev202410230804.dist-info → langfun-0.1.2.dev202410240804.dist-info}/METADATA +1 -1
- {langfun-0.1.2.dev202410230804.dist-info → langfun-0.1.2.dev202410240804.dist-info}/RECORD +6 -6
- {langfun-0.1.2.dev202410230804.dist-info → langfun-0.1.2.dev202410240804.dist-info}/LICENSE +0 -0
- {langfun-0.1.2.dev202410230804.dist-info → langfun-0.1.2.dev202410240804.dist-info}/WHEEL +0 -0
- {langfun-0.1.2.dev202410230804.dist-info → langfun-0.1.2.dev202410240804.dist-info}/top_level.txt +0 -0
@@ -195,8 +195,12 @@ class VertexAITest(unittest.TestCase):
|
|
195
195
|
stop=['\n'],
|
196
196
|
),
|
197
197
|
)
|
198
|
+
actual = config.to_dict()
|
199
|
+
# There is a discrepancy between the `property_ordering` in the
|
200
|
+
# Google-internal version and the open-source version.
|
201
|
+
actual['response_schema'].pop('property_ordering', None)
|
198
202
|
self.assertEqual(
|
199
|
-
|
203
|
+
actual,
|
200
204
|
dict(
|
201
205
|
temperature=2.0,
|
202
206
|
top_p=1.0,
|
@@ -68,7 +68,7 @@ langfun/core/llms/openai_test.py,sha256=_8cd3VRNEUfE0-Ko1RiM6MlC5hjalRj7nYTJNhG1
|
|
68
68
|
langfun/core/llms/rest.py,sha256=laopuq-zD8V-3Y6eFDngftHEbE66VlUkCD2-rvvRaLU,3388
|
69
69
|
langfun/core/llms/rest_test.py,sha256=NZ3Nf0XQVpT9kLP5cBVo_yBHLI7vWTYhWQxYEJVMGs4,3472
|
70
70
|
langfun/core/llms/vertexai.py,sha256=eUFU0JjgpTVCAvQVEWiGqZrlE3Dye-EkzZCF1P8nwc4,18866
|
71
|
-
langfun/core/llms/vertexai_test.py,sha256=
|
71
|
+
langfun/core/llms/vertexai_test.py,sha256=7uBVOF5VF86xQ9HFAbSTh4J-0NjYLnuotBS1YRm-vgw,10529
|
72
72
|
langfun/core/llms/cache/__init__.py,sha256=QAo3InUMDM_YpteNnVCSejI4zOsnjSMWKJKzkb3VY64,993
|
73
73
|
langfun/core/llms/cache/base.py,sha256=rt3zwmyw0y9jsSGW-ZbV1vAfLxQ7_3AVk0l2EySlse4,3918
|
74
74
|
langfun/core/llms/cache/in_memory.py,sha256=l6b-iU9OTfTRo9Zmg4VrQIuArs4cCJDOpXiEpvNocjo,5004
|
@@ -119,8 +119,8 @@ langfun/core/templates/demonstration.py,sha256=vCrgYubdZM5Umqcgp8NUVGXgr4P_c-fik
|
|
119
119
|
langfun/core/templates/demonstration_test.py,sha256=SafcDQ0WgI7pw05EmPI2S4v1t3ABKzup8jReCljHeK4,2162
|
120
120
|
langfun/core/templates/selfplay.py,sha256=yhgrJbiYwq47TgzThmHrDQTF4nDrTI09CWGhuQPNv-s,2273
|
121
121
|
langfun/core/templates/selfplay_test.py,sha256=Ot__1P1M8oJfoTp-M9-PQ6HUXqZKyMwvZ5f7yQ3yfyM,2326
|
122
|
-
langfun-0.1.2.
|
123
|
-
langfun-0.1.2.
|
124
|
-
langfun-0.1.2.
|
125
|
-
langfun-0.1.2.
|
126
|
-
langfun-0.1.2.
|
122
|
+
langfun-0.1.2.dev202410240804.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
123
|
+
langfun-0.1.2.dev202410240804.dist-info/METADATA,sha256=26oY8uj9K7ScfEpNC7oHv4zWrtbh3gjzJflDz-mBTc8,8890
|
124
|
+
langfun-0.1.2.dev202410240804.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
125
|
+
langfun-0.1.2.dev202410240804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
|
126
|
+
langfun-0.1.2.dev202410240804.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{langfun-0.1.2.dev202410230804.dist-info → langfun-0.1.2.dev202410240804.dist-info}/top_level.txt
RENAMED
File without changes
|