fxn 0.0.48__tar.gz → 0.0.50__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.
Files changed (54) hide show
  1. {fxn-0.0.48 → fxn-0.0.50}/PKG-INFO +1 -1
  2. {fxn-0.0.48 → fxn-0.0.50}/fxn/beta/__init__.py +1 -1
  3. {fxn-0.0.48 → fxn-0.0.50}/fxn/beta/remote.py +0 -1
  4. {fxn-0.0.48 → fxn-0.0.50}/fxn/compile.py +3 -2
  5. {fxn-0.0.48 → fxn-0.0.50}/fxn/version.py +1 -1
  6. {fxn-0.0.48 → fxn-0.0.50}/fxn.egg-info/PKG-INFO +1 -1
  7. {fxn-0.0.48 → fxn-0.0.50}/LICENSE +0 -0
  8. {fxn-0.0.48 → fxn-0.0.50}/README.md +0 -0
  9. {fxn-0.0.48 → fxn-0.0.50}/fxn/__init__.py +0 -0
  10. {fxn-0.0.48 → fxn-0.0.50}/fxn/beta/client.py +0 -0
  11. {fxn-0.0.48 → fxn-0.0.50}/fxn/beta/metadata.py +0 -0
  12. {fxn-0.0.48 → fxn-0.0.50}/fxn/beta/prediction.py +0 -0
  13. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/__init__.py +0 -0
  14. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/configuration.py +0 -0
  15. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/fxnc.py +0 -0
  16. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/map.py +0 -0
  17. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/prediction.py +0 -0
  18. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/predictor.py +0 -0
  19. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/stream.py +0 -0
  20. {fxn-0.0.48 → fxn-0.0.50}/fxn/c/value.py +0 -0
  21. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/__init__.py +0 -0
  22. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/auth.py +0 -0
  23. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/compile.py +0 -0
  24. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/misc.py +0 -0
  25. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/predictions.py +0 -0
  26. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/predictors.py +0 -0
  27. {fxn-0.0.48 → fxn-0.0.50}/fxn/cli/sources.py +0 -0
  28. {fxn-0.0.48 → fxn-0.0.50}/fxn/client.py +0 -0
  29. {fxn-0.0.48 → fxn-0.0.50}/fxn/function.py +0 -0
  30. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/__init__.py +0 -0
  31. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/linux/arm64/libFunction.so +0 -0
  32. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/linux/x86_64/libFunction.so +0 -0
  33. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/macos/arm64/Function.dylib +0 -0
  34. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/macos/x86_64/Function.dylib +0 -0
  35. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/windows/arm64/Function.dll +0 -0
  36. {fxn-0.0.48 → fxn-0.0.50}/fxn/lib/windows/x86_64/Function.dll +0 -0
  37. {fxn-0.0.48 → fxn-0.0.50}/fxn/logging.py +0 -0
  38. {fxn-0.0.48 → fxn-0.0.50}/fxn/sandbox.py +0 -0
  39. {fxn-0.0.48 → fxn-0.0.50}/fxn/services/__init__.py +0 -0
  40. {fxn-0.0.48 → fxn-0.0.50}/fxn/services/prediction.py +0 -0
  41. {fxn-0.0.48 → fxn-0.0.50}/fxn/services/predictor.py +0 -0
  42. {fxn-0.0.48 → fxn-0.0.50}/fxn/services/user.py +0 -0
  43. {fxn-0.0.48 → fxn-0.0.50}/fxn/types/__init__.py +0 -0
  44. {fxn-0.0.48 → fxn-0.0.50}/fxn/types/dtype.py +0 -0
  45. {fxn-0.0.48 → fxn-0.0.50}/fxn/types/prediction.py +0 -0
  46. {fxn-0.0.48 → fxn-0.0.50}/fxn/types/predictor.py +0 -0
  47. {fxn-0.0.48 → fxn-0.0.50}/fxn/types/user.py +0 -0
  48. {fxn-0.0.48 → fxn-0.0.50}/fxn.egg-info/SOURCES.txt +0 -0
  49. {fxn-0.0.48 → fxn-0.0.50}/fxn.egg-info/dependency_links.txt +0 -0
  50. {fxn-0.0.48 → fxn-0.0.50}/fxn.egg-info/entry_points.txt +0 -0
  51. {fxn-0.0.48 → fxn-0.0.50}/fxn.egg-info/requires.txt +0 -0
  52. {fxn-0.0.48 → fxn-0.0.50}/fxn.egg-info/top_level.txt +0 -0
  53. {fxn-0.0.48 → fxn-0.0.50}/pyproject.toml +0 -0
  54. {fxn-0.0.48 → fxn-0.0.50}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fxn
3
- Version: 0.0.48
3
+ Version: 0.0.50
4
4
  Summary: Run prediction functions locally in Python. Register at https://fxn.ai.
5
5
  Author-email: "NatML Inc." <hi@fxn.ai>
6
6
  License: Apache License
@@ -4,7 +4,7 @@
4
4
  #
5
5
 
6
6
  from .metadata import (
7
- CoreMLInferenceMetadata, GGUFInferenceMetadata,
7
+ CoreMLInferenceMetadata, LiteRTInferenceMetadata, LlamaCppInferenceMetadata,
8
8
  ONNXInferenceMetadata, ONNXRuntimeInferenceSessionMetadata
9
9
  )
10
10
  from .remote import RemoteAcceleration
@@ -6,7 +6,6 @@
6
6
  from __future__ import annotations
7
7
  from base64 import b64encode
8
8
  from dataclasses import asdict, is_dataclass
9
- from enum import Enum
10
9
  from io import BytesIO
11
10
  from json import dumps, loads
12
11
  from numpy import array, frombuffer, ndarray
@@ -12,7 +12,7 @@ from types import ModuleType
12
12
  from typing import Literal
13
13
 
14
14
  from .beta import (
15
- CoreMLInferenceMetadata, GGUFInferenceMetadata,
15
+ CoreMLInferenceMetadata, LiteRTInferenceMetadata, LlamaCppInferenceMetadata,
16
16
  ONNXInferenceMetadata, ONNXRuntimeInferenceSessionMetadata
17
17
  )
18
18
  from .sandbox import Sandbox
@@ -22,7 +22,8 @@ CompileTarget = Literal["android", "ios", "linux", "macos", "visionos", "wasm",
22
22
 
23
23
  CompileMetadata = (
24
24
  CoreMLInferenceMetadata |
25
- GGUFInferenceMetadata |
25
+ LiteRTInferenceMetadata |
26
+ LlamaCppInferenceMetadata |
26
27
  ONNXInferenceMetadata |
27
28
  ONNXRuntimeInferenceSessionMetadata
28
29
  )
@@ -3,4 +3,4 @@
3
3
  # Copyright © 2025 NatML Inc. All Rights Reserved.
4
4
  #
5
5
 
6
- __version__ = "0.0.48"
6
+ __version__ = "0.0.50"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fxn
3
- Version: 0.0.48
3
+ Version: 0.0.50
4
4
  Summary: Run prediction functions locally in Python. Register at https://fxn.ai.
5
5
  Author-email: "NatML Inc." <hi@fxn.ai>
6
6
  License: Apache License
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
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
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
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
File without changes