fxn 0.0.39__tar.gz → 0.0.40__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.
- {fxn-0.0.39 → fxn-0.0.40}/PKG-INFO +5 -5
- {fxn-0.0.39 → fxn-0.0.40}/README.md +4 -4
- fxn-0.0.40/fxn/lib/linux/arm64/libFunction.so +0 -0
- fxn-0.0.40/fxn/lib/linux/x86_64/libFunction.so +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/macos/arm64/Function.dylib +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/macos/x86_64/Function.dylib +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/windows/arm64/Function.dll +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/windows/x86_64/Function.dll +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/services/prediction.py +1 -1
- {fxn-0.0.39 → fxn-0.0.40}/fxn/version.py +1 -1
- {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/PKG-INFO +5 -5
- fxn-0.0.39/fxn/lib/linux/arm64/libFunction.so +0 -0
- fxn-0.0.39/fxn/lib/linux/x86_64/libFunction.so +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/LICENSE +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/api/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/api/client.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/configuration.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/dtype.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/fxnc.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/map.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/prediction.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/predictor.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/status.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/stream.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/value.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/c/version.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/auth.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/env.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/misc.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/predict.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/predictors.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/function.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/services/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/services/predictor.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/services/user.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/types/__init__.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/types/dtype.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/types/prediction.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/types/predictor.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn/types/user.py +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/SOURCES.txt +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/dependency_links.txt +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/entry_points.txt +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/requires.txt +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/top_level.txt +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/pyproject.toml +0 -0
- {fxn-0.0.39 → fxn-0.0.40}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fxn
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.40
|
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
|
@@ -229,7 +229,10 @@ Requires-Dist: typer
|
|
229
229
|
|
230
230
|
[](https://fxn.ai/community)
|
231
231
|
|
232
|
-
Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
|
232
|
+
Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
|
233
|
+
|
234
|
+
> [!TIP]
|
235
|
+
> [Join our waitlist](https://fxn.ai/waitlist) to bring your custom Python functions and run them on-device across Android, iOS, macOS, Linux, web, and Windows.
|
233
236
|
|
234
237
|
## Installing Function
|
235
238
|
Function is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). To install, open a terminal and run the following command:
|
@@ -266,9 +269,6 @@ prediction = fxn.predictions.create(
|
|
266
269
|
print(prediction.results[0])
|
267
270
|
```
|
268
271
|
|
269
|
-
> [!TIP]
|
270
|
-
> Explore public predictors [on Function](https://fxn.ai/explore) or [create your own](https://fxn.ai/waitlist).
|
271
|
-
|
272
272
|
## Using the Function CLI
|
273
273
|
Open up a terminal and login to the Function CLI:
|
274
274
|
```sh
|
@@ -4,7 +4,10 @@
|
|
4
4
|
|
5
5
|
[](https://fxn.ai/community)
|
6
6
|
|
7
|
-
Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
|
7
|
+
Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
|
8
|
+
|
9
|
+
> [!TIP]
|
10
|
+
> [Join our waitlist](https://fxn.ai/waitlist) to bring your custom Python functions and run them on-device across Android, iOS, macOS, Linux, web, and Windows.
|
8
11
|
|
9
12
|
## Installing Function
|
10
13
|
Function is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). To install, open a terminal and run the following command:
|
@@ -41,9 +44,6 @@ prediction = fxn.predictions.create(
|
|
41
44
|
print(prediction.results[0])
|
42
45
|
```
|
43
46
|
|
44
|
-
> [!TIP]
|
45
|
-
> Explore public predictors [on Function](https://fxn.ai/explore) or [create your own](https://fxn.ai/waitlist).
|
46
|
-
|
47
47
|
## Using the Function CLI
|
48
48
|
Open up a terminal and login to the Function CLI:
|
49
49
|
```sh
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -32,7 +32,7 @@ class PredictionService:
|
|
32
32
|
self.__fxnc = PredictionService.__load_fxnc()
|
33
33
|
self.__cache = { }
|
34
34
|
self.__cache_dir = self.__class__.__get_resource_dir() / ".fxn" / "cache"
|
35
|
-
self.__cache_dir.mkdir(exist_ok=True)
|
35
|
+
self.__cache_dir.mkdir(parents=True, exist_ok=True)
|
36
36
|
|
37
37
|
def create (
|
38
38
|
self,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fxn
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.40
|
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
|
@@ -229,7 +229,10 @@ Requires-Dist: typer
|
|
229
229
|
|
230
230
|
[](https://fxn.ai/community)
|
231
231
|
|
232
|
-
Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
|
232
|
+
Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
|
233
|
+
|
234
|
+
> [!TIP]
|
235
|
+
> [Join our waitlist](https://fxn.ai/waitlist) to bring your custom Python functions and run them on-device across Android, iOS, macOS, Linux, web, and Windows.
|
233
236
|
|
234
237
|
## Installing Function
|
235
238
|
Function is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). To install, open a terminal and run the following command:
|
@@ -266,9 +269,6 @@ prediction = fxn.predictions.create(
|
|
266
269
|
print(prediction.results[0])
|
267
270
|
```
|
268
271
|
|
269
|
-
> [!TIP]
|
270
|
-
> Explore public predictors [on Function](https://fxn.ai/explore) or [create your own](https://fxn.ai/waitlist).
|
271
|
-
|
272
272
|
## Using the Function CLI
|
273
273
|
Open up a terminal and login to the Function CLI:
|
274
274
|
```sh
|
Binary file
|
Binary file
|
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
|