pullrequests Search Results · language:Dune language:Python language:HTML language:Jupyter Notebook language:JavaScript
Filter by
781k results
The notebook metadata now indicates Python 3.9.20, but the project declares requires-python = =3.10 in pyproject.toml.
This mismatch can confuse users and may cause runtime errors if they try to run ...
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