kinfer 0.5.1__cp311-cp311-macosx_11_0_arm64.whl → 0.5.2__cp311-cp311-macosx_11_0_arm64.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.
kinfer/rust/Cargo.toml CHANGED
@@ -24,6 +24,7 @@ futures-util = "0.3.30"
24
24
  log = "0.4"
25
25
  ndarray = "0.16.1"
26
26
  ort = { version = "2.0.0-rc.9", features = [ "load-dynamic" ] }
27
+ ort-sys = { version = "=2.0.0-rc.9" }
27
28
  serde = { version = "1.0", features = ["derive"] }
28
29
  serde_json = "1.0"
29
30
  tar = "0.4"
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kinfer
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Tool to make it easier to run a model on a real robot
5
5
  Home-page: https://github.com/kscalelabs/kinfer.git
6
6
  Author: K-Scale Labs
@@ -1,9 +1,9 @@
1
- kinfer/rust_bindings.cpython-311-darwin.so,sha256=EoX6OyRrjHgdWH4xdc8XybLkDGHBXWcbPS2nVlhvOdM,2089632
1
+ kinfer/rust_bindings.cpython-311-darwin.so,sha256=BuoTMXGqu9a6LNcthv_SxZ1BWZvkU_pIAliqHTSK0XM,2090064
2
2
  kinfer/requirements.txt,sha256=e8RzCNVZGJ9Jb874Eom0psUCOqp0wGf8LJZ86ysto0w,127
3
3
  kinfer/__init__.py,sha256=i5da6ND827Cgn8PFKzDCmEBk14ptQasLa_9fdof4Y9c,398
4
4
  kinfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  kinfer/rust_bindings.pyi,sha256=lPGHMDsydr4Ue-CNHRjQtJWmq5sE5daVN8PbxJgOZY4,2048
6
- kinfer/rust/Cargo.toml,sha256=lShTLTyccAHem8ywWOSJjbmVaADTfgUdwxwK70PpnkY,665
6
+ kinfer/rust/Cargo.toml,sha256=NoWaLluRJHV6mOCeVXk8q8Pb4028Z3ZPqLspBMHAPTQ,703
7
7
  kinfer/rust/src/runtime.rs,sha256=7BRZmyMoV6FvYs2_XnLk0DFrxt7qgz35loCUJRSsuxM,3448
8
8
  kinfer/rust/src/logger.rs,sha256=iDb8hiRjxnH8l-Qzth5XcLk2ICnnX1JlBxyOzaZ4t64,3919
9
9
  kinfer/rust/src/types.rs,sha256=KNIM6sHvX1gnQZc74uRTgmzbgS4FZjxll5jcuNGIDc8,2768
@@ -19,8 +19,8 @@ kinfer/rust_bindings/pyproject.toml,sha256=jLcJuHCnQRh9HWR_R7a9qLHwj6LMBgnHyeKK_
19
19
  kinfer/rust_bindings/rust_bindings.pyi,sha256=lPGHMDsydr4Ue-CNHRjQtJWmq5sE5daVN8PbxJgOZY4,2048
20
20
  kinfer/rust_bindings/src/lib.rs,sha256=Uqi76Na_fGiecMeW5mSSmtYdz2wU8clLxYawbYomNOc,12662
21
21
  kinfer/rust_bindings/src/bin/stub_gen.rs,sha256=hhoVGnaSfazbSfj5a4x6mPicGPOgWQAfsDmiPej0B6Y,133
22
- kinfer-0.5.1.dist-info/RECORD,,
23
- kinfer-0.5.1.dist-info/WHEEL,sha256=sunMa2yiYbrNLGeMVDqEA0ayyJbHlex7SCn1TZrEq60,136
24
- kinfer-0.5.1.dist-info/top_level.txt,sha256=6mY_t3PYr3Dm0dpqMk80uSnArbvGfCFkxOh1QWtgDEo,7
25
- kinfer-0.5.1.dist-info/METADATA,sha256=9S6I6udXfzxWQGS0l-XibfwGPY2qrC7koyLhvVievNY,1831
26
- kinfer-0.5.1.dist-info/licenses/LICENSE,sha256=Qw-Z0XTwS-diSW91e_jLeBPX9zZbAatOJTBLdPHPaC0,1069
22
+ kinfer-0.5.2.dist-info/RECORD,,
23
+ kinfer-0.5.2.dist-info/WHEEL,sha256=sunMa2yiYbrNLGeMVDqEA0ayyJbHlex7SCn1TZrEq60,136
24
+ kinfer-0.5.2.dist-info/top_level.txt,sha256=6mY_t3PYr3Dm0dpqMk80uSnArbvGfCFkxOh1QWtgDEo,7
25
+ kinfer-0.5.2.dist-info/METADATA,sha256=VbHb0kFyouhwwF4mQ0ajRJQScLpdGGBYNOn_RiBsMFc,1831
26
+ kinfer-0.5.2.dist-info/licenses/LICENSE,sha256=Qw-Z0XTwS-diSW91e_jLeBPX9zZbAatOJTBLdPHPaC0,1069
File without changes