ommlds-rs 0.0.0.dev480__tar.gz → 0.0.0.dev485__tar.gz
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.
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/PKG-INFO +2 -2
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds/nanochat/rustbpe/Cargo.lock +16 -16
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds/nanochat/rustbpe/Cargo.toml +2 -2
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds_rs.egg-info/PKG-INFO +2 -2
- ommlds_rs-0.0.0.dev485/ommlds_rs.egg-info/requires.txt +1 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/pyproject.toml +2 -2
- ommlds_rs-0.0.0.dev480/ommlds_rs.egg-info/requires.txt +0 -1
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/LICENSE +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/README.md +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds/nanochat/rustbpe/LICENSE +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds/nanochat/rustbpe/README.md +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds/nanochat/rustbpe/src/lib.rs +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds_rs.egg-info/SOURCES.txt +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds_rs.egg-info/dependency_links.txt +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/ommlds_rs.egg-info/top_level.txt +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/setup.cfg +0 -0
- {ommlds_rs-0.0.0.dev480 → ommlds_rs-0.0.0.dev485}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds-rs
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev485
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ommlds==0.0.0.
|
|
17
|
+
Requires-Dist: ommlds==0.0.0.dev485
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
@@ -191,9 +191,9 @@ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
|
|
191
191
|
|
|
192
192
|
[[package]]
|
|
193
193
|
name = "log"
|
|
194
|
-
version = "0.4.
|
|
194
|
+
version = "0.4.29"
|
|
195
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
checksum = "
|
|
196
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
197
197
|
|
|
198
198
|
[[package]]
|
|
199
199
|
name = "memchr"
|
|
@@ -233,9 +233,9 @@ dependencies = [
|
|
|
233
233
|
|
|
234
234
|
[[package]]
|
|
235
235
|
name = "pyo3"
|
|
236
|
-
version = "0.27.
|
|
236
|
+
version = "0.27.2"
|
|
237
237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
238
|
-
checksum = "
|
|
238
|
+
checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
|
|
239
239
|
dependencies = [
|
|
240
240
|
"indoc",
|
|
241
241
|
"libc",
|
|
@@ -250,18 +250,18 @@ dependencies = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "pyo3-build-config"
|
|
253
|
-
version = "0.27.
|
|
253
|
+
version = "0.27.2"
|
|
254
254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
-
checksum = "
|
|
255
|
+
checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
|
|
256
256
|
dependencies = [
|
|
257
257
|
"target-lexicon",
|
|
258
258
|
]
|
|
259
259
|
|
|
260
260
|
[[package]]
|
|
261
261
|
name = "pyo3-ffi"
|
|
262
|
-
version = "0.27.
|
|
262
|
+
version = "0.27.2"
|
|
263
263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
264
|
-
checksum = "
|
|
264
|
+
checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
|
|
265
265
|
dependencies = [
|
|
266
266
|
"libc",
|
|
267
267
|
"pyo3-build-config",
|
|
@@ -280,9 +280,9 @@ dependencies = [
|
|
|
280
280
|
|
|
281
281
|
[[package]]
|
|
282
282
|
name = "pyo3-macros"
|
|
283
|
-
version = "0.27.
|
|
283
|
+
version = "0.27.2"
|
|
284
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
-
checksum = "
|
|
285
|
+
checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
|
|
286
286
|
dependencies = [
|
|
287
287
|
"proc-macro2",
|
|
288
288
|
"pyo3-macros-backend",
|
|
@@ -292,9 +292,9 @@ dependencies = [
|
|
|
292
292
|
|
|
293
293
|
[[package]]
|
|
294
294
|
name = "pyo3-macros-backend"
|
|
295
|
-
version = "0.27.
|
|
295
|
+
version = "0.27.2"
|
|
296
296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
297
|
+
checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
|
|
298
298
|
dependencies = [
|
|
299
299
|
"heck",
|
|
300
300
|
"proc-macro2",
|
|
@@ -305,9 +305,9 @@ dependencies = [
|
|
|
305
305
|
|
|
306
306
|
[[package]]
|
|
307
307
|
name = "quote"
|
|
308
|
-
version = "1.0.
|
|
308
|
+
version = "1.0.42"
|
|
309
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
310
|
-
checksum = "
|
|
310
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
311
311
|
dependencies = [
|
|
312
312
|
"proc-macro2",
|
|
313
313
|
]
|
|
@@ -390,9 +390,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
390
390
|
|
|
391
391
|
[[package]]
|
|
392
392
|
name = "syn"
|
|
393
|
-
version = "2.0.
|
|
393
|
+
version = "2.0.110"
|
|
394
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
-
checksum = "
|
|
395
|
+
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
|
|
396
396
|
dependencies = [
|
|
397
397
|
"proc-macro2",
|
|
398
398
|
"quote",
|
|
@@ -7,8 +7,8 @@ edition = "2024"
|
|
|
7
7
|
dary_heap = "0.3"
|
|
8
8
|
indexmap = "2.12"
|
|
9
9
|
fancy-regex = "0.16.2"
|
|
10
|
-
log = "0.4.
|
|
11
|
-
pyo3 = { version = "0.27.
|
|
10
|
+
log = "0.4.29"
|
|
11
|
+
pyo3 = { version = "0.27.2", features = ["extension-module"] }
|
|
12
12
|
pyo3-log = "0.13.2"
|
|
13
13
|
ahash = "0.8.12"
|
|
14
14
|
rayon = "1.11.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds-rs
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev485
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ommlds==0.0.0.
|
|
17
|
+
Requires-Dist: ommlds==0.0.0.dev485
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ommlds==0.0.0.dev485
|
|
@@ -14,7 +14,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
|
14
14
|
license = 'BSD-3-Clause'
|
|
15
15
|
readme = 'README.md'
|
|
16
16
|
requires-python = '>=3.13'
|
|
17
|
-
version = '0.0.0.
|
|
17
|
+
version = '0.0.0.dev485'
|
|
18
18
|
classifiers = [
|
|
19
19
|
'Development Status :: 2 - Pre-Alpha',
|
|
20
20
|
'Intended Audience :: Developers',
|
|
@@ -25,7 +25,7 @@ classifiers = [
|
|
|
25
25
|
]
|
|
26
26
|
description = 'ommlds'
|
|
27
27
|
dependencies = [
|
|
28
|
-
'ommlds == 0.0.0.
|
|
28
|
+
'ommlds == 0.0.0.dev485',
|
|
29
29
|
]
|
|
30
30
|
|
|
31
31
|
[tool.setuptools]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ommlds==0.0.0.dev480
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|