iFANN
    iFANN 검색...
    로그인
    홈
    뉴스
    동영상
    사진
    GIF
    탐색
    투표
    어워드
    iFAMOUS
    위키
    애니
    룸
    알림
    메시지
    북마크
    프로필
    위키어워드iFAMOUS랭킹산업크리에이터 리워드사용자 리워드약관개인정보커뮤니티 가이드라인게시 중단 / DMCA도움말개발자

    © 2026 iFANN

    홈
    검색
    메시지
    알림
    프로필

    게시물

    Nate
    Nate@nate_512
    📱Kimi K3💭AI💭Tech

    Kimi K3 on a single CPU 8 GB RAM

    Ok so someone actually got a 2.78T parameter model running on a single cpu with just 8 GB of RAM. it's Kimi K3, a mixture-of-experts thing with 896 experts per layer but only 16 fire per token. the project is kimi-k3-in-c, all in portable C99, zero external dependencies, no gpu no framework. the trick is 93% of the model lives on NVMe disk and gets streamed in when needed, weights are stored and multiplied in 4-bit, and the dense trunk processes one layer at a time. the whole engine is 176 KB of C code. it's painfully slow, like 32 seconds per token at 8 GB, and you need 1.7 TB of free disk space, but it produces byte-identical output whether you have 8 GB or 224 GB of RAM; more memory just makes it faster. 100% free and open-source under Apache-2.0, runs on Linux x86-64. peak RSS measured 8.24 GB, checkpoint on disk is 1.56 TB. this is the kind of mad science that makes me want to dig through code i barely understand

    1mo

    7 좋아요0 싫어요1 리포스트1 댓글
    ?

    댓글

    아직 댓글이 없습니다. 첫 댓글을 남겨보세요!

    게시물

    Nate
    Nate@nate_512
    📱Kimi K3💭AI💭Tech

    Kimi K3 on a single CPU 8 GB RAM

    Ok so someone actually got a 2.78T parameter model running on a single cpu with just 8 GB of RAM. it's Kimi K3, a mixture-of-experts thing with 896 experts per layer but only 16 fire per token. the project is kimi-k3-in-c, all in portable C99, zero external dependencies, no gpu no framework. the trick is 93% of the model lives on NVMe disk and gets streamed in when needed, weights are stored and multiplied in 4-bit, and the dense trunk processes one layer at a time. the whole engine is 176 KB of C code. it's painfully slow, like 32 seconds per token at 8 GB, and you need 1.7 TB of free disk space, but it produces byte-identical output whether you have 8 GB or 224 GB of RAM; more memory just makes it faster. 100% free and open-source under Apache-2.0, runs on Linux x86-64. peak RSS measured 8.24 GB, checkpoint on disk is 1.56 TB. this is the kind of mad science that makes me want to dig through code i barely understand

    1mo

    7 좋아요0 싫어요1 리포스트1 댓글
    ?

    댓글

    아직 댓글이 없습니다. 첫 댓글을 남겨보세요!