Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVlabs/alpamayo-recipes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: levin1006/alpamayo-recipes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 35 files changed
  • 1 contributor

Commits on Jun 22, 2026

  1. docs: Add PAI overfit smoke gate

    Track C PAI overfit smoke 기준 정리
    - P0/P1 no-training gate supersede 처리
    - 20-sample Stage 1 overfit smoke Plan/Task/Handoff 추가
    - same-sample ADE 개선의 성능 증거 오해 방지와 non-claim 경계 명시
    
    README 실행 경로 정리
    - Alpamayo 1.5 SFT README 순서 기반 tmux step script 목록화
    - A1-format checkpoint 변환/검증, bounded Stage 1/Stage 2/eval entrypoint 분리
    - 기존 PAI demo wrapper 중복 제거 방향 반영
    
    PAI utility 및 실행 안전장치
    - PAI component inventory와 nav download planning utility 추가
    - logs ignore 처리
    - W&B 비활성화, max_steps cap, explicit confirmation 기반 training launch
    Kim Dohyung
    Kim Dohyung committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    052254f View commit details
    Browse the repository at this point in the history
  2. feat: Add portable SFT setup and GPU selection scripts

    - H100 서버 독립 실행을 위한 통합 SFT setup entrypoint
      - recipe env sync, nav demo JSON 다운로드, PAI 19 chunk readiness 확인, Alpamayo 1.5 checkpoint 다운로드/변환/검증 흐름 통합
      - nav annotation 기본 배치 경로를 artifact root 하위로 이동
    
    - Stage 1/Stage 2/eval 스크립트 GPU 선택 인터페이스
      - `--gpus 2` 및 `--gpus 2,3,4` 인자 지원
      - 선택 GPU 수 기반 `NPROC_PER_NODE` 자동 산출
      - tmux 재실행 시 GPU 인자 보존
    
    - 기존 a15 prefix helper 정리
      - sft_* 이름 체계로 실행 스크립트 정리
      - W&B 비활성화와 output collision 방지 흐름 유지
    
    - 검증
      - SFT helper 스크립트 bash 문법 검사
      - `--gpus 2,3,4` parser 결과 확인
      - 공식 nav demo JSON 다운로드 및 20 rows / 19 clips schema 확인
    
    Signed-off-by: Kim Dohyung <dhk@autoa2z.co.kr>
    Kim Dohyung
    Kim Dohyung committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    217b856 View commit details
    Browse the repository at this point in the history
  3. feat: Add external server SFT demo runbook

    - 외부 GPU 서버용 disposable container 실행 흐름
      - /data 단일 host mount 기준
      - 컨테이너 유지용 sleep infinity 실행 방식
      - repo clone 후 repo 내부 스크립트 실행 순서
    
    - SFT demo helper 명명과 기본 설정 정리
      - sft_demo_* 이름 체계로 데모 smoke 목적 명확화
      - 단일 GPU 기본값과 스크립트 내부 튜닝 지점
      - timestamp 기반 Stage 1 output 경로
    
    - 컨테이너 내부 준비 스크립트
      - git, curl, ca-certificates, tmux, uv 준비
      - /data/datasets/physical_ai_av 및 artifact 디렉터리 생성
      - 사용자 PATH 수동 설정 제거
    
    - PAI nav demo payload 준비 흐름
      - metadata 미존재 첫 실행에서 traceback 노출 전 누락 경로 안내
      - HF_TOKEN 또는 cached auth 확인
      - 인증 정보 부재 시 숨김 토큰 입력 프롬프트
      - DOWNLOAD_PAI 수동 확인 프롬프트 제거
    
    - 실행 산출물 제외
      - recipe outputs 디렉터리 gitignore 반영
    
    - 검증
      - sft_demo helper 스크립트 bash 문법 검사
      - 기본 단일 GPU 설정과 다중 GPU 임시 override 확인
    
    Signed-off-by: Kim Dohyung <dhk@autoa2z.co.kr>
    Kim Dohyung
    Kim Dohyung committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    25db1ca View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. feat: Add external SFT demo workflow

    - 외부 GPU 서버 실행 흐름 정리
      - 비root 컨테이너 실행과 /data 기반 데이터·아티팩트 분리
      - H100 실행 mirror와 workstation 개발 기준 분리
      - tmux 유지, 로그 파일, done/failed marker 기반 완료 확인
    - Stage 1 데모 실행 안정화
      - GPU 선택 기본값과 다중 GPU 실행 경로 정리
      - TensorBoard 로깅과 300-step overfit smoke 기본값 반영
      - 단일 GPU OOM과 3-GPU 실행 결과 기록
    - 데이터와 checkpoint 준비 경로 보강
      - PAI nav demo payload, A1-format checkpoint 검증, HF token 중단 조건 정리
      - tmux 설치와 컨테이너 내부 기본 준비 항목 보강
    - Stage 1 검증 결과 문서화
      - 300-step loss 하락과 checkpoint 생성 증거 정리
      - baseline 대비 Stage 1 SFT inference metric 개선 기록
    Kim Dohyung
    Kim Dohyung committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    a16753b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. fix: Preserve stage two SFT reproduction contract

    - Stage1 SFT VLM checkpoint의 nested VLM 로드 계약 보존
    - stage1-sft-frozen + stage2 sft 재현용 실행 스크립트와 당시 launcher archive 추가
    - nav demo compact export 재생성 스크립트의 git 관리 경로 승격
    - full joint OOM 중단 판단, canonical path 해석, 시각화 artifact readiness 문서화
    Kim Dohyung
    Kim Dohyung committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    10e9385 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. fix: Make nav demo export use full row set

    - 20-row 전체 export 기준을 SFT demo 평가 기본 단위로 정리
    - row07 전용 gate, 기본 단일 row 실행, 전용 결과 출력 제거
    - export manifest의 evaluation policy와 summary median 지표 추가
    - runbook/report의 row07 기준 문구를 historical note와 20-row aggregate 기준으로 갱신
    Kim Dohyung
    Kim Dohyung committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    acc312b View commit details
    Browse the repository at this point in the history
Loading