Skip to content

Commit aab9727

Browse files
committed
Update license
1 parent 4ae8a8a commit aab9727

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

notebooks/conversational_applications.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def _():
99
import marimo as mo
1010
import synalinks
11-
11+
1212
synalinks.backend.clear_session()
1313
return mo, synalinks
1414

@@ -57,7 +57,7 @@ async def _(synalinks):
5757
_x1 = await synalinks.Generator(
5858
language_model=language_model,
5959
prompt_template=synalinks.chat_prompt_template(),
60-
streaming=False, # Marimo chat don't handle streaming yet
60+
streaming=False, # Marimo chat don't handle streaming yet
6161
)(_x0)
6262

6363
program = synalinks.Program(

shell/publish.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22
set -Eeuo pipefail
33

4+
# Cleanup the cache
5+
uv cache clean
6+
# Build the project
47
uv build
8+
# Publish on Pypi
59
uv publish

synalinks/src/trainers/data_adapters/data_adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Original authors: François Chollet et al. (Keras Team)
33
# License Apache 2.0: (c) 2025 Yoan Sallami (Synalinks Team)
44

5+
56
class DataAdapter:
67
"""Base class for input data adapters.
78

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)