Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions book/chapters/07-reasoning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ page-title: Reasoning
search-title: "Chapter 7: Reasoning"
next-chapter: "Direct Alignment"
next-url: "08-direct-alignment"
lecture-label: "Lecture 5: Reasoning (Chap. 7)"
---

# Reasoning Training & Inference-Time Scaling
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ skills = [
]
teach = [
# TODO: pin back to a PyPI release when colloquium development slows down.
"colloquium @ git+https://github.com/natolambert/colloquium.git",
# Testing PR #25 (animations) — revert to HEAD after merge
"colloquium @ git+https://github.com/natolambert/colloquium.git@refs/pull/25/head",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin colloquium dependency to immutable revision

The teach extra now points to refs/pull/25/head, which is a mutable GitHub PR ref; if that PR branch is force-pushed, closed, or garbage-collected, pip/uv install .[teach] can fail or silently pull different code over time. This makes slide builds non-reproducible and can break onboarding/CI unexpectedly, so this should be pinned to a stable tag or commit SHA instead of a moving PR ref.

Useful? React with 👍 / 👎.

]
Loading
Loading