speedy-utils 1.1.39__py3-none-any.whl → 1.1.40__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.
- llm_utils/lm/async_lm/async_lm.py +7 -1
- {speedy_utils-1.1.39.dist-info → speedy_utils-1.1.40.dist-info}/METADATA +1 -1
- {speedy_utils-1.1.39.dist-info → speedy_utils-1.1.40.dist-info}/RECORD +5 -5
- {speedy_utils-1.1.39.dist-info → speedy_utils-1.1.40.dist-info}/WHEEL +0 -0
- {speedy_utils-1.1.39.dist-info → speedy_utils-1.1.40.dist-info}/entry_points.txt +0 -0
|
@@ -15,7 +15,13 @@ from pydantic import BaseModel
|
|
|
15
15
|
|
|
16
16
|
# from llm_utils.lm.async_lm.async_llm_task import OutputModelType
|
|
17
17
|
from llm_utils.lm.async_lm.async_lm_base import AsyncLMBase
|
|
18
|
-
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
try:
|
|
21
|
+
from json_repair import jloads
|
|
22
|
+
except ImportError:
|
|
23
|
+
def jloads(x):
|
|
24
|
+
return json.loads(x)
|
|
19
25
|
|
|
20
26
|
from ._utils import (
|
|
21
27
|
LegacyMsgs,
|
|
@@ -16,7 +16,7 @@ llm_utils/lm/utils.py,sha256=dEKFta8S6Mm4LjIctcpFlEGL9RnmLm5DHd2TA70UWuA,12649
|
|
|
16
16
|
llm_utils/lm/async_lm/__init__.py,sha256=j0xK49ooZ0Dm5GstGGHbmPMrPjd3mOXoJ1H7eAL_Z4g,122
|
|
17
17
|
llm_utils/lm/async_lm/_utils.py,sha256=mB-AueWJJatTx0PXqd_oWc6Kz36cfgDmDTKgiXafCJI,6106
|
|
18
18
|
llm_utils/lm/async_lm/async_llm_task.py,sha256=2PWW4vPW2jYUiGmYFo4-DHrmX5Jm8Iw_1qo6EPL-ytE,18611
|
|
19
|
-
llm_utils/lm/async_lm/async_lm.py,sha256=
|
|
19
|
+
llm_utils/lm/async_lm/async_lm.py,sha256=CwRvP1qMQCv32hkvKffLB7KVO1h9ZP6HskJm4xz-FF4,13850
|
|
20
20
|
llm_utils/lm/async_lm/async_lm_base.py,sha256=ga5nCzows5Ye3yop41zsUxNYxcj_Vpf02DsfJ1eoE9U,8358
|
|
21
21
|
llm_utils/lm/async_lm/lm_specific.py,sha256=PxP54ltrh9NrLJx7BPib52oYo_aCvDOjf7KzMjp1MYg,3929
|
|
22
22
|
llm_utils/scripts/README.md,sha256=yuOLnLa2od2jp4wVy3rV0rESeiV3o8zol5MNMsZx0DY,999
|
|
@@ -51,7 +51,7 @@ vision_utils/README.md,sha256=AIDZZj8jo_QNrEjFyHwd00iOO431s-js-M2dLtVTn3I,5740
|
|
|
51
51
|
vision_utils/__init__.py,sha256=hF54sT6FAxby8kDVhOvruy4yot8O-Ateey5n96O1pQM,284
|
|
52
52
|
vision_utils/io_utils.py,sha256=pI0Va6miesBysJcllK6NXCay8HpGZsaMWwlsKB2DMgA,26510
|
|
53
53
|
vision_utils/plot.py,sha256=HkNj3osA3moPuupP1VguXfPPOW614dZO5tvC-EFKpKM,12028
|
|
54
|
-
speedy_utils-1.1.
|
|
55
|
-
speedy_utils-1.1.
|
|
56
|
-
speedy_utils-1.1.
|
|
57
|
-
speedy_utils-1.1.
|
|
54
|
+
speedy_utils-1.1.40.dist-info/METADATA,sha256=DUvG4GyBA__qkUmjRZQIJ4l-SwBABum6nRw-J7guKDE,8048
|
|
55
|
+
speedy_utils-1.1.40.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
56
|
+
speedy_utils-1.1.40.dist-info/entry_points.txt,sha256=rwn89AYfBUh9SRJtFbpp-u2JIKiqmZ2sczvqyO6s9cI,289
|
|
57
|
+
speedy_utils-1.1.40.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|