c66855adfc
Sync to site1 / sync (push) Has been cancelled
- 移除 JEPA/lejepa-identifiability 子模块 gitlink - 移除 research/multiply/MultiPLY 子模块 gitlink - 删除 .gitmodules(不再有外部 URL 依赖) - 两个目录内容作为普通文件纳入主仓库追踪 - 删除各自内部 .git 目录,消除嵌套 git 仓库
13 lines
204 B
Lean4
13 lines
204 B
Lean4
import Lake
|
|
open Lake DSL
|
|
|
|
package lejepa where
|
|
leanOptions := #[
|
|
⟨`autoImplicit, false⟩
|
|
]
|
|
|
|
@[default_target]
|
|
lean_lib LeJEPA where
|
|
|
|
require "leanprover-community" / "mathlib" @ git "v4.28.0"
|