statedict2pytree 0.5.3__py3-none-any.whl → 0.6.0__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.
client/src/App.svelte CHANGED
@@ -5,7 +5,7 @@
5
5
  import Swal from "sweetalert2";
6
6
 
7
7
  let model: string = "model.eqx";
8
- let anthropicModel: "opus" | "sonnet" | "haiku" = "haiku";
8
+ let anthropicModel: "opus" | "sonnet" | "sonnet3.5" | "haiku" = "haiku";
9
9
 
10
10
  const Toast = Swal.mixin({
11
11
  toast: true,
@@ -492,6 +492,7 @@ Here's your input:
492
492
  <select bind:value={anthropicModel}>
493
493
  <option value="opus">opus</option>
494
494
  <option value="sonnet">sonnet</option>
495
+ <option value="sonnet3.5">sonnet3.5</option>
495
496
  <option value="haiku">haiku</option>
496
497
  </select>
497
498
  </div>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: statedict2pytree
3
- Version: 0.5.3
3
+ Version: 0.6.0
4
4
  Summary: Converts torch models into PyTrees for Equinox
5
5
  Author-email: "Artur A. Galstyan" <mail@arturgalstyan.dev>
6
6
  Requires-Python: ~=3.10
@@ -15,6 +15,7 @@ Requires-Dist: jaxtyping
15
15
  Requires-Dist: loguru
16
16
  Requires-Dist: penzai
17
17
  Requires-Dist: pydantic
18
+ Requires-Dist: pytest
18
19
  Requires-Dist: python-dotenv
19
20
  Requires-Dist: torch
20
21
  Requires-Dist: torchvision
@@ -32,6 +33,11 @@ Description-Content-Type: text/markdown
32
33
 
33
34
  ![statedict2pytree](statedict2pytree.png "A ResNet demo")
34
35
 
36
+ ## Docs
37
+
38
+ Docs can be found [here](https://artur-galstyan.github.io/statedict2pytree/).
39
+
40
+
35
41
  ## Important
36
42
 
37
43
  This package is still in its infancy and hihgly experimental! The code works, but it's far from perfect. With more and more iterations, it will eventually become stable and well tested.
@@ -67,9 +73,6 @@ Currently, there is no sophisticated shape matching in place. Two matrices are c
67
73
  (8, 1, 1) and (8, ) match, because (8 _ 1 _ 1 = 8)
68
74
 
69
75
 
70
- ### Docs
71
-
72
- Documentation will appear as soon as I have all the necessary features implemented. Until then, check out the "main.py" file for a better example.
73
76
 
74
77
  ### Disclaimer
75
78
 
@@ -9,9 +9,9 @@ client/public/bundle.js.map,sha256=l_aFN6UUVGz9YoLVsk2IwsOWGojpbXmZdvVE-pC9UNQ,6
9
9
  client/public/index.html,sha256=jUx-NPKkFN2EF2lj-8Ml49CEHxKJFWK9seszauI4GE0,335
10
10
  client/public/input.css,sha256=zBp60NAZ3bHTLQ7LWIugrCbOQdhiXdbDZjSLJfg6KOw,59
11
11
  client/public/output.css,sha256=80svlSgNV_Fw82IYgqeRjnY86GXMBW0gWm2VyA7n1A8,36658
12
- client/src/App.svelte,sha256=9pAfpz96Bk-A-5uQEBASvxEht-dPctKAZLBs2cOb2kE,17650
12
+ client/src/App.svelte,sha256=9DpP0XOFs3gfEW9Sj7NdGfQe4SyPBw9DVfQglRH70Ns,17721
13
13
  client/src/empty.ts,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  client/src/main.js,sha256=O_8UgVd1vJM8BcHO7U_6jkL76ZSA6oC7GLLcL9F3JLA,118
15
- statedict2pytree-0.5.3.dist-info/METADATA,sha256=J_rlj3ymHkqbf4NxSHnCgh-Nc6LGgK0mhBoG4exnoqo,2788
16
- statedict2pytree-0.5.3.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
17
- statedict2pytree-0.5.3.dist-info/RECORD,,
15
+ statedict2pytree-0.6.0.dist-info/METADATA,sha256=Ot2rYkKkMnp142k7PmryuxRv4ZzXuNt3i5IYi54lf64,2742
16
+ statedict2pytree-0.6.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
17
+ statedict2pytree-0.6.0.dist-info/RECORD,,