kalavai-client 0.5.5__tar.gz → 0.5.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/PKG-INFO +8 -3
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/README.md +6 -2
- kalavai_client-0.5.6/kalavai_client/__init__.py +2 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/pyproject.toml +2 -1
- kalavai_client-0.5.5/kalavai_client/__init__.py +0 -2
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/LICENSE +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/__main__.py +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/__init__.py +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/apps.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/apps_values.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/docker-compose-template.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/pool_config_template.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/pool_config_values.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/user_workspace.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/user_workspace_values.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/vpn-template.yaml +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/auth.py +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/cli.py +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/cluster.py +0 -0
- {kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: kalavai-client
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.6
|
4
4
|
Summary: Client app for kalavai platform
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: LLM,platform
|
@@ -35,6 +35,7 @@ Requires-Dist: pyinstaller (==6.5.0) ; extra == "dev"
|
|
35
35
|
Requires-Dist: pyyaml (==6.0.2)
|
36
36
|
Requires-Dist: requests (>=2.25)
|
37
37
|
Requires-Dist: rich (==13.7.1)
|
38
|
+
Requires-Dist: setuptools (>70.0.0)
|
38
39
|
Requires-Dist: twine ; extra == "dev"
|
39
40
|
Project-URL: Homepage, https://platform.kalavai.net
|
40
41
|
Project-URL: Website, https://kalavai.net
|
@@ -49,7 +50,7 @@ Description-Content-Type: text/markdown
|
|
49
50
|
|
50
51
|
</div>
|
51
52
|
|
52
|
-
⭐⭐⭐ **Kalavai and our LLM pools are open source, and free to use in both commercial and non-commercial purposes. If you find it useful, consider supporting us by [
|
53
|
+
⭐⭐⭐ **Kalavai and our LLM pools are open source, and free to use in both commercial and non-commercial purposes. If you find it useful, consider supporting us by [giving a star to our GitHub project](https://github.com/kalavai-net/kalavai-client), joining our [discord channel](https://discord.gg/HJ8FNapQ), follow our [Substack](https://kalavainet.substack.com/) and give us a [review on Product Hunt](https://www.producthunt.com/products/kalavai/reviews/new).**
|
53
54
|
|
54
55
|
|
55
56
|
# Kalavai: turn your devices into a scalable LLM platform
|
@@ -267,7 +268,10 @@ Anything missing here? Give us a shout in the [discussion board](https://github.
|
|
267
268
|
Python version <= 3.12.
|
268
269
|
|
269
270
|
```bash
|
270
|
-
|
271
|
+
sudo add-apt-repository ppa:deadsnakes/ppa
|
272
|
+
sudo apt update
|
273
|
+
sudo apt install python3.10 python3.10-dev
|
274
|
+
virtualenv -p python3.10 env
|
271
275
|
source env/bin/activate
|
272
276
|
sudo apt install python3.10-venv python3.10-dev -y
|
273
277
|
pip install -e .[dev]
|
@@ -287,3 +291,4 @@ To run the unit tests, use:
|
|
287
291
|
python -m unittest
|
288
292
|
```
|
289
293
|
|
294
|
+
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
</div>
|
9
9
|
|
10
|
-
⭐⭐⭐ **Kalavai and our LLM pools are open source, and free to use in both commercial and non-commercial purposes. If you find it useful, consider supporting us by [
|
10
|
+
⭐⭐⭐ **Kalavai and our LLM pools are open source, and free to use in both commercial and non-commercial purposes. If you find it useful, consider supporting us by [giving a star to our GitHub project](https://github.com/kalavai-net/kalavai-client), joining our [discord channel](https://discord.gg/HJ8FNapQ), follow our [Substack](https://kalavainet.substack.com/) and give us a [review on Product Hunt](https://www.producthunt.com/products/kalavai/reviews/new).**
|
11
11
|
|
12
12
|
|
13
13
|
# Kalavai: turn your devices into a scalable LLM platform
|
@@ -225,7 +225,10 @@ Anything missing here? Give us a shout in the [discussion board](https://github.
|
|
225
225
|
Python version <= 3.12.
|
226
226
|
|
227
227
|
```bash
|
228
|
-
|
228
|
+
sudo add-apt-repository ppa:deadsnakes/ppa
|
229
|
+
sudo apt update
|
230
|
+
sudo apt install python3.10 python3.10-dev
|
231
|
+
virtualenv -p python3.10 env
|
229
232
|
source env/bin/activate
|
230
233
|
sudo apt install python3.10-venv python3.10-dev -y
|
231
234
|
pip install -e .[dev]
|
@@ -244,3 +247,4 @@ To run the unit tests, use:
|
|
244
247
|
```bash
|
245
248
|
python -m unittest
|
246
249
|
```
|
250
|
+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "kalavai-client"
|
3
|
-
version = "0.5.
|
3
|
+
version = "0.5.6"
|
4
4
|
authors = [
|
5
5
|
{name = "Carlos Fernandez Musoles", email = "carlos@kalavai.net"}
|
6
6
|
]
|
@@ -21,6 +21,7 @@ dependencies = [
|
|
21
21
|
"rich==13.7.1",
|
22
22
|
"arguably>=1.2.5",
|
23
23
|
"Pillow==10.3.0",
|
24
|
+
"setuptools>70.0.0",
|
24
25
|
"netifaces==0.11.0",
|
25
26
|
"anvil-uplink==0.5.1",
|
26
27
|
"importlib_resources==6.5.2"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/docker-compose-template.yaml
RENAMED
File without changes
|
{kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/pool_config_template.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{kalavai_client-0.5.5 → kalavai_client-0.5.6}/kalavai_client/assets/user_workspace_values.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|