Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Jupyter Notebook language:HTML

Filter by

780k results  (424 ms)

780k results

Summary - Add a tiny decoder-only transformer LLM gallery notebook using PyTensor and xtensor named dimensions. - Lower matmul-shaped xtensor dot contractions to matmul and keep outer products ...
docs
xtensor

Description Before the initial release a Marimo notebook was created to inspect collection metrics and preview opengraph generation for collectors. This PR adds the notebook back to the repo and ...
enhancement

Problem The notebooks side panel persists selectedNotebook in localStorage indefinitely (notebookPanelLogic.ts reducer with { persist: true }). When that notebook is later deleted, moved to another ...
stale

Overriding sys.argv inside the notebook to run main() is brittle and can interfere with other notebook tooling. Prefer calling train_incremental_model(...) directly with an argparse.Namespace, or ...