• Joined on 2025-05-22
sam opened issue sam/modyml#4 2025-10-28 07:08:45 +08:00
串行化系统
sam commented on issue sam/modyml#3 2025-10-28 06:49:18 +08:00
json schema?
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Person",
  "description": "Schema for a person object",
  "type": "object",
  "properties": {
    "name": {
     …
sam commented on issue sam/modyml#3 2025-10-28 06:48:47 +08:00
json schema?
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "default": "Anonymous"
    },
    "age": {
      "type": "integer",
      "minimum": 0,
     …
sam opened issue sam/modyml#3 2025-10-28 06:44:00 +08:00
json schema?
sam opened issue sam/modyml#2 2025-10-28 06:41:24 +08:00
文档生成
sam opened issue sam/modyml#1 2025-10-28 06:34:46 +08:00
类型实例化系统
sam created branch main in sam/modyml 2025-10-27 15:40:42 +08:00
sam pushed to main at sam/modyml 2025-10-27 15:40:42 +08:00
cd81214784 v0.1.0
sam renamed repository from moyml to sam/modyml 2025-10-27 15:40:28 +08:00
sam created repository sam/modyml 2025-10-27 15:39:35 +08:00
sam pushed to master at sam/trace_commentor 2025-07-16 21:31:39 +08:00
0bb3135cb7 add support to "Starred" expressions
sam pushed to master at sam/trace_commentor 2025-07-04 13:00:19 +08:00
e0e0216312 feat(trace_commentor): 添加对ast.ExtSlice和nn.Parameter的支持
sam pushed to main at sam/lazy_config 2025-05-29 19:01:56 +08:00
a86e38b408 docs: Add init.py usage and instructions
cbec53af34 迁移 lazy_config
Compare 2 commits »
sam created repository sam/lazy_config 2025-05-29 16:49:29 +08:00