llguidance 1.2.0__cp39-abi3-win_amd64.whl → 1.4.0__cp39-abi3-win_amd64.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.pyd CHANGED
Binary file
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llguidance
3
- Version: 1.2.0
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.9
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.75 or later
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.9 or later; very likely you'll need a virtual env/conda
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.0.dist-info/METADATA,sha256=nidxJzRXFMnv7QS874s9-I00HSTVvxKFFOunY0O75EY,10436
2
- llguidance-1.2.0.dist-info/WHEEL,sha256=2XatmAWXBfp_P6DUtFAtbdzzba6f_xbhEtpqsZt_zEg,94
3
- llguidance-1.2.0.dist-info/licenses/LICENSE,sha256=mQaUD2Gx8LUz-n2ZuvVReLKAj74RPqUd-_rYVyzNXys,1162
1
+ llguidance-1.4.0.dist-info/METADATA,sha256=r2mBOP_idjZtiSW5dv6r5PfFymxU4rvKKbL471n7E3o,10438
2
+ llguidance-1.4.0.dist-info/WHEEL,sha256=hkStLaZJYZ-rrDHYEtFNxcTR6Osh3_6CR6fVZ9x17Ck,95
3
+ llguidance-1.4.0.dist-info/licenses/LICENSE,sha256=mQaUD2Gx8LUz-n2ZuvVReLKAj74RPqUd-_rYVyzNXys,1162
4
4
  llguidance/__init__.py,sha256=tlrM-GzMdClgSIEblgA4ixP10h51VDJY5ejIP5FFJJw,620
5
5
  llguidance/_grammar_from.py,sha256=kEgwhVYBq3NE_O9MGjIRpci7dgOneLC9CvVGWpKEO84,2452
6
- llguidance/_lib.pyd,sha256=A4GN_LLSo1y68TyTRyQE-hSRgOXlJrnkRguqyehpYpE,7582208
6
+ llguidance/_lib.pyd,sha256=Ke86PYOnEmRe0fPw59ELjXQVG2tv6nAcI41KqY__tNM,7486976
7
7
  llguidance/_lib.pyi,sha256=tc0mb-ZKH3LjodEf_aIdLPXFLuEbqGI3flxQpxZn-Bw,24893
8
8
  llguidance/_struct_tag.py,sha256=wEJd9KGZTpS-R1ZXyyRFmr-48aYOZw_tI4PhIRy9h4g,4548
9
9
  llguidance/_tokenizer.py,sha256=9jonF41IUypGtV6lVUl9l9FGAyn9HNnDb9HKNDywZuQ,1120
@@ -17,4 +17,4 @@ llguidance/numpy.py,sha256=eMIihG5rcPWFMMWjwl-ZPSkcEo8BXKZFUHaIHkxnFhw,3409
17
17
  llguidance/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  llguidance/tiktoken.py,sha256=sE4QWj88dANfdM0Y50ZvFI7ku6zBFomUCE4bRTtewF4,1135
19
19
  llguidance/torch.py,sha256=PzTI7wRiznXnH7u4_iEP6NL2wmL2cN8p-UlR0PE8JJ4,3451
20
- llguidance-1.2.0.dist-info/RECORD,,
20
+ llguidance-1.4.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.3)
2
+ Generator: maturin (1.10.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-abi3-win_amd64