seekrai 0.2.0__tar.gz → 0.2.2__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.
- {seekrai-0.2.0 → seekrai-0.2.2}/PKG-INFO +1 -3
- {seekrai-0.2.0 → seekrai-0.2.2}/pyproject.toml +3 -3
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/finetune.py +7 -4
- {seekrai-0.2.0 → seekrai-0.2.2}/LICENSE +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/README.md +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/__init__.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/abstract/__init__.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/abstract/api_requestor.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/client.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/constants.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/error.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/filemanager.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/__init__.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/alignment.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/chat/__init__.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/chat/completions.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/completions.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/embeddings.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/files.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/finetune.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/images.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/resources/models.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/seekrflow_response.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/__init__.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/abstract.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/alignment.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/chat_completions.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/common.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/completions.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/embeddings.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/error.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/files.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/images.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/types/models.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/utils/__init__.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/utils/_log.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/utils/api_helpers.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/utils/files.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/utils/tools.py +0 -0
- {seekrai-0.2.0 → seekrai-0.2.2}/src/seekrai/version.py +0 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: seekrai
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Python client for SeekrAI
|
|
5
|
-
Home-page: https://gitlab.cb.ntent.com/ml/seekr-py
|
|
6
5
|
License: Apache-2.0
|
|
7
6
|
Author: SeekrFlow
|
|
8
7
|
Author-email: support@seekr.com
|
|
@@ -28,7 +27,6 @@ Requires-Dist: tabulate (>=0.9.0,<0.10.0)
|
|
|
28
27
|
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
|
|
29
28
|
Requires-Dist: typer (>=0.9,<0.13)
|
|
30
29
|
Project-URL: Homepage, https://www.seekr.com/
|
|
31
|
-
Project-URL: Repository, https://gitlab.cb.ntent.com/ml/seekr-py
|
|
32
30
|
Description-Content-Type: text/markdown
|
|
33
31
|
|
|
34
32
|
The Seekr Python Library is the official Python client for SeekrFlow's API platform, providing a convenient way for interacting with the REST APIs and enables easy integrations with Python 3.8+ applications with easy to use synchronous and asynchronous clients.
|
|
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
14
14
|
|
|
15
15
|
[tool.poetry]
|
|
16
16
|
name = "seekrai"
|
|
17
|
-
version = "0.2.
|
|
17
|
+
version = "0.2.2"
|
|
18
18
|
authors = [
|
|
19
19
|
"SeekrFlow <support@seekr.com>"
|
|
20
20
|
]
|
|
@@ -26,8 +26,8 @@ classifiers = [
|
|
|
26
26
|
"License :: OSI Approved :: Apache Software License",
|
|
27
27
|
"Operating System :: POSIX :: Linux",
|
|
28
28
|
]
|
|
29
|
-
repository = "https://gitlab.cb.ntent.com/ml/seekr-py"
|
|
30
|
-
homepage = "https://gitlab.cb.ntent.com/ml/seekr-py"
|
|
29
|
+
#repository = "https://gitlab.cb.ntent.com/ml/seekr-py"
|
|
30
|
+
#homepage = "https://gitlab.cb.ntent.com/ml/seekr-py"
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
[tool.poetry.dependencies]
|
|
@@ -118,7 +118,6 @@ class InfrastructureConfig(BaseModel):
|
|
|
118
118
|
accel_type: AcceleratorType
|
|
119
119
|
n_accel: int
|
|
120
120
|
|
|
121
|
-
|
|
122
121
|
class FinetuneRequest(BaseModel):
|
|
123
122
|
"""
|
|
124
123
|
Fine-tune request type
|
|
@@ -141,14 +140,16 @@ class FinetuneResponse(BaseModel):
|
|
|
141
140
|
# validation_files: str | None = None TODO
|
|
142
141
|
# base model name
|
|
143
142
|
model: str | None = None
|
|
143
|
+
accel_type: AcceleratorType
|
|
144
|
+
n_accel: int
|
|
144
145
|
# number of epochs
|
|
145
|
-
|
|
146
|
+
n_epochs: int | None = None
|
|
146
147
|
# number of checkpoints to save
|
|
147
148
|
# n_checkpoints: int | None = None # TODO
|
|
148
149
|
# training batch size
|
|
149
|
-
|
|
150
|
+
batch_size: int | None = None
|
|
150
151
|
# training learning rate
|
|
151
|
-
|
|
152
|
+
learning_rate: float | None = None
|
|
152
153
|
# number of steps between evals
|
|
153
154
|
# eval_steps: int | None = None TODO
|
|
154
155
|
# is LoRA finetune boolean
|
|
@@ -159,6 +160,8 @@ class FinetuneResponse(BaseModel):
|
|
|
159
160
|
# created/updated datetime stamps
|
|
160
161
|
created_at: datetime | None = None
|
|
161
162
|
# updated_at: str | None = None
|
|
163
|
+
# up to 40 character suffix for output model name
|
|
164
|
+
experiment_name: str | None = None
|
|
162
165
|
# job status
|
|
163
166
|
status: FinetuneJobStatus | None = None
|
|
164
167
|
|
|
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
|