refactor: Change git-hub repo for llm
This commit is contained in:
parent
d6460e62bc
commit
cc7a6b874b
3 changed files with 5 additions and 6 deletions
|
@ -60,7 +60,7 @@ def toSpeciesMaps' : (Fin 18 → ℚ) ≃ (Fin 6 → Fin 3 → ℚ) :=
|
|||
((@finProdFinEquiv 6 3).arrowCongr (Equiv.refl ℚ))).symm
|
||||
|
||||
/-- An equivalence between `MSSMCharges.charges` and `(Fin 6 → Fin 3 → ℚ) × (Fin 2 → ℚ))`.
|
||||
This split charges up into the SM and additional fermions, and further splits the SM into
|
||||
This splits charges up into the SM and additional fermions, and further splits the SM into
|
||||
species. -/
|
||||
@[simps!]
|
||||
def toSpecies : MSSMCharges.Charges ≃ (Fin 6 → Fin 3 → ℚ) × (Fin 2 → ℚ) :=
|
||||
|
@ -233,7 +233,7 @@ lemma accSU3_ext {S T : MSSMCharges.Charges}
|
|||
repeat erw [hj]
|
||||
rfl
|
||||
|
||||
/-- The acc for `Y²`. -/
|
||||
/-- The ACC for `Y²`. -/
|
||||
@[simp]
|
||||
def accYY : MSSMCharges.Charges →ₗ[ℚ] ℚ where
|
||||
toFun S := ∑ i, ((Q S) i + 8 * (U S) i + 2 * (D S) i + 3 * (L S) i
|
||||
|
|
|
@ -17,10 +17,9 @@ rev = "v4.10.0-rc1"
|
|||
name = "HepLean"
|
||||
|
||||
# -- Optional inclusion of llm. Needed for `openAI_doc_check`
|
||||
# TODO: Move over to `leanprover-community/llm` versions there are bumped.
|
||||
#[[require]]
|
||||
#name = "llm"
|
||||
#git = "https://github.com/jstoobysmith/Lean_llm_fork"
|
||||
#git = "https://github.com/leanprover-community/llm"
|
||||
#rev = "main"
|
||||
|
||||
# -- Optional inclusion of tryAtEachStep
|
||||
|
|
|
@ -17,8 +17,8 @@ import LLM.GPT.API
|
|||
This file uses the openAI API to check the doc strings of definitions and theorems in a
|
||||
Lean 4 file.
|
||||
|
||||
It currently depends on `https://github.com/jstoobysmith/Lean_llm_fork` being imported,
|
||||
which is currently not by default.
|
||||
This file depends on `https://github.com/leanprover-community/llm` being imported.
|
||||
This is not currently done by default.
|
||||
|
||||
-/
|
||||
open Lean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue