luigi local changes

This commit is contained in:
2025-11-26 15:10:02 +01:00
parent 277896394d
commit ef85ac79e7
2 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ def _():
import ollama import ollama
from ollama import Client from ollama import Client
QUMO_OLLAMA_URL = 'http://ollama-vb.tail44fa00.ts.net:11434' QUMO_OLLAMA_URL = 'http://hiperf-gpu.tail44fa00.ts.net:11434'
return Client, QUMO_OLLAMA_URL, mo, requests return Client, QUMO_OLLAMA_URL, mo, requests

View File

@@ -20,6 +20,12 @@ def _():
return (client,) return (client,)
@app.cell
def _():
print("Hello")
return
@app.cell(hide_code=True) @app.cell(hide_code=True)
def _(mo): def _(mo):
mo.md(r""" mo.md(r"""