nebu 0.1.32__py3-none-any.whl → 0.1.35__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.
- nebu/adapter.py +5 -0
- nebu/processors/consumer.py +2 -0
- {nebu-0.1.32.dist-info → nebu-0.1.35.dist-info}/METADATA +1 -1
- {nebu-0.1.32.dist-info → nebu-0.1.35.dist-info}/RECORD +7 -7
- {nebu-0.1.32.dist-info → nebu-0.1.35.dist-info}/WHEEL +0 -0
- {nebu-0.1.32.dist-info → nebu-0.1.35.dist-info}/licenses/LICENSE +0 -0
- {nebu-0.1.32.dist-info → nebu-0.1.35.dist-info}/top_level.txt +0 -0
nebu/adapter.py
CHANGED
@@ -9,3 +9,8 @@ class Adapter(BaseModel):
|
|
9
9
|
uri: str
|
10
10
|
base_model: str
|
11
11
|
owner: str
|
12
|
+
epochs_trained: int = Field(default=0)
|
13
|
+
last_trained: int = Field(default=0)
|
14
|
+
lora_rank: int = Field(default=8)
|
15
|
+
lora_alpha: int = Field(default=16)
|
16
|
+
lora_dropout: float = Field(default=0.1)
|
nebu/processors/consumer.py
CHANGED
@@ -99,6 +99,8 @@ try:
|
|
99
99
|
exec("T = TypeVar('T')", local_namespace)
|
100
100
|
exec("from nebu.processors.models import *", local_namespace)
|
101
101
|
exec("from nebu.processors.processor import *", local_namespace)
|
102
|
+
# Add import for chatx openai types
|
103
|
+
exec("from nebu.chatx.openai import *", local_namespace)
|
102
104
|
|
103
105
|
# Execute included object sources FIRST, as they might define types needed by others
|
104
106
|
print("[Consumer] Executing included object sources...")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
nebu/__init__.py,sha256=5sepbzdAdoA_8TIxws60S4ugFY1apQd_savzn20a4cY,465
|
2
|
-
nebu/adapter.py,sha256=
|
2
|
+
nebu/adapter.py,sha256=X9Lc0-pm4U6v7UDgOd_RuxJqENqAO8Si4jrwGYTsMGI,418
|
3
3
|
nebu/auth.py,sha256=N_v6SPFD9HU_UoRDTaouH03g2Hmo9C-xxqInE1FweXE,1471
|
4
4
|
nebu/cache.py,sha256=1aY1plIXWOPmUY6GGq_s_QDXzIi5UMuG34XYBA8PpW8,3803
|
5
5
|
nebu/config.py,sha256=aZzQltkobtOLHFCGcIkpKoE3ITn3Z11Dp0E72w84TA0,5769
|
@@ -11,7 +11,7 @@ nebu/containers/container.py,sha256=yb7KaPTVXnEEAlrpdlUi4HNqF6P7z9bmwAILGlq6iqU,
|
|
11
11
|
nebu/containers/decorator.py,sha256=uFtzlAXRHYZECJ-NPusY7oN9GXvdHrHDd_JNrIGr8aQ,3244
|
12
12
|
nebu/containers/models.py,sha256=0j6NGy4yto-enRDh_4JH_ZTbHrLdSpuMOqNQPnIrwC4,6815
|
13
13
|
nebu/containers/server.py,sha256=yFa2Y9PzBn59E1HftKiv0iapPonli2rbGAiU6r-wwe0,2513
|
14
|
-
nebu/processors/consumer.py,sha256=
|
14
|
+
nebu/processors/consumer.py,sha256=TODyEfYZvvM5mK0pdKO7eL2wF4KWPbieUv_puO5QR1k,19835
|
15
15
|
nebu/processors/decorate.py,sha256=9mf25RawOX6_6WyQcRLBIHQC3oCDtofQZijJ13aQM9E,34576
|
16
16
|
nebu/processors/default.py,sha256=W4slJenG59rvyTlJ7gRp58eFfXcNOTT2Hfi6zzJAobI,365
|
17
17
|
nebu/processors/models.py,sha256=y40HoW-MEzDWB2dm_tsYlUy3Nf3s6eiLC0iGO9BoNog,3956
|
@@ -19,8 +19,8 @@ nebu/processors/processor.py,sha256=EQ3-dBf432fSAQE2A_9ATX-cG5LkJ4fjVaOtlxCoXvc,
|
|
19
19
|
nebu/processors/remote.py,sha256=TeAIPGEMqnDIb7H1iett26IEZrBlcbPB_-DSm6jcH1E,1285
|
20
20
|
nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
|
21
21
|
nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
|
-
nebu-0.1.
|
23
|
-
nebu-0.1.
|
24
|
-
nebu-0.1.
|
25
|
-
nebu-0.1.
|
26
|
-
nebu-0.1.
|
22
|
+
nebu-0.1.35.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
23
|
+
nebu-0.1.35.dist-info/METADATA,sha256=STueCtZhQoWhv8cfD7g8pDTtTBmj9eBvOWWJAtou4IY,1786
|
24
|
+
nebu-0.1.35.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
25
|
+
nebu-0.1.35.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
|
26
|
+
nebu-0.1.35.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|