llguidance 1.2.0__cp39-abi3-macosx_10_12_x86_64.whl → 1.4.0__cp39-abi3-macosx_10_12_x86_64.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.
- llguidance/_lib.abi3.so +0 -0
- {llguidance-1.2.0.dist-info → llguidance-1.4.0.dist-info}/METADATA +4 -4
- {llguidance-1.2.0.dist-info → llguidance-1.4.0.dist-info}/RECORD +5 -5
- {llguidance-1.2.0.dist-info → llguidance-1.4.0.dist-info}/WHEEL +1 -1
- {llguidance-1.2.0.dist-info → llguidance-1.4.0.dist-info}/licenses/LICENSE +0 -0
llguidance/_lib.abi3.so
CHANGED
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llguidance
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
License-File: LICENSE
|
|
5
5
|
Summary: Bindings for the Low-level Guidance (llguidance) Rust library for use within Guidance
|
|
6
6
|
Author: Michal Moskal
|
|
7
7
|
License-Expression: MIT
|
|
8
|
-
Requires-Python: >=3.
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
10
10
|
Project-URL: repository, https://github.com/microsoft/llguidance
|
|
11
11
|
Project-URL: issue_tracker, https://github.com/microsoft/llguidance/issues
|
|
@@ -111,14 +111,14 @@ Thus, with 16 cores and a 10ms forward pass, llguidance can handle batch sizes u
|
|
|
111
111
|
|
|
112
112
|
## Building
|
|
113
113
|
|
|
114
|
-
- [install rust](https://www.rust-lang.org/tools/install); 1.
|
|
114
|
+
- [install rust](https://www.rust-lang.org/tools/install); 1.87 or later
|
|
115
115
|
|
|
116
116
|
If you just need the C or Rust library (`llguidance`),
|
|
117
117
|
check the [parser](./parser/README.md) directory.
|
|
118
118
|
|
|
119
119
|
For Python bindings:
|
|
120
120
|
|
|
121
|
-
- install python 3.
|
|
121
|
+
- install python 3.10 or later; very likely you'll need a virtual env/conda
|
|
122
122
|
- run `./scripts/install-deps.sh`
|
|
123
123
|
- to build and after any changes, run `./scripts/test-guidance.sh`
|
|
124
124
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
llguidance-1.
|
|
2
|
-
llguidance-1.
|
|
3
|
-
llguidance-1.
|
|
1
|
+
llguidance-1.4.0.dist-info/METADATA,sha256=NpVepLhgx0KTvLTXRN1-k-RYfpKXNziLxSMQh2QZpdk,10302
|
|
2
|
+
llguidance-1.4.0.dist-info/WHEEL,sha256=fNLZmnNC782qol3SSe2w5i5aE1Zzgz-ZSO3924UfStc,105
|
|
3
|
+
llguidance-1.4.0.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
4
4
|
llguidance/__init__.py,sha256=F9svXvm6oafbuUf_eq34PHJV4c7-yN133vmbWN6nIkc,590
|
|
5
5
|
llguidance/_grammar_from.py,sha256=-vHqkPqJe6t0JKKuQhlUu08kYpPIVknMh8tZlh8FYeQ,2384
|
|
6
|
-
llguidance/_lib.abi3.so,sha256=
|
|
6
|
+
llguidance/_lib.abi3.so,sha256=LM9QxKk41H4Y1biCFbHHfzc9i1kVVh8zpgh23lvzJ70,8527848
|
|
7
7
|
llguidance/_lib.pyi,sha256=1m69VQ-7XaQLJKf6Vw5qf-UEh1cEigVMZM0Hj-XgSiw,24213
|
|
8
8
|
llguidance/_struct_tag.py,sha256=83okmGWShxZud7S2vHjPRiInhFw0QVTHkeN8wtR8hR8,4430
|
|
9
9
|
llguidance/_tokenizer.py,sha256=yC-RcgyMZN-olV-PnN4XkjlH-fOU8E9jrwO8VkXLv4M,1084
|
|
@@ -17,4 +17,4 @@ llguidance/numpy.py,sha256=ZxHoQ_OmAgUHmxa_6KA8ruuKzXZLjmanPM9BYlKI0bo,3327
|
|
|
17
17
|
llguidance/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
llguidance/tiktoken.py,sha256=-mYDPxq4LM2FI9K8kLL0Us0qN-fZpNK0qIwboDPjfSk,1101
|
|
19
19
|
llguidance/torch.py,sha256=qLwQjaxZbvaVss7Qy_XP-SEPGYRqJRkvd6KE4LmzZJ8,3372
|
|
20
|
-
llguidance-1.
|
|
20
|
+
llguidance-1.4.0.dist-info/RECORD,,
|
|
File without changes
|