Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ModuleLLM、最前線!
Search
anoken
May 27, 2025
How-to & DIY
360
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
ModuleLLM、最前線!
M5Stack Contest 対策セミナー
日時:2025年5月27日(火)
時間:21:00~23:00
anoken
May 27, 2025
More Decks by anoken
See All by anoken
Pulsar2 を雰囲気で使ってみよう
anoken
0
730
Maix/M5StickVで見守る技術
anoken
0
640
M5StickVで見守る技術
anoken
0
1.1k
家庭の平和とM5Cameraと技術書典6
anoken
1
660
M5Stack x ROS2
anoken
0
2.3k
M5Stack+rosserial (ROS Japan UG #24 )
anoken
1
1.9k
Other Decks in How-to & DIY
See All in How-to & DIY
ROSAというLLM使ったROSエージェントをおもちゃに実装してみた話
takeofuture
0
220
AWS Community Builders Update - JAWS-UG Tokyo and Sainokuni
awsjcpm
3
270
10分de名コミュ “最高の自分”を演じ憧れの同業者と渡り合う
subroh0508
1
660
JAWS-UG鹿児島2.0 reboot - JAWS-UG/AWS Communitiesのご紹介
awsjcpm
0
110
AWSコミュニティプログラムのご紹介 -グローバル展開するコミュニティプログラム-
awsjcpm
0
350
AWS Community/JAWS-UG Update - JAWS-UG 上越妙高支部リブート
awsjcpm
2
120
エッジで動くNode-REDを作る実験 #noderedjp #noderedcon
n0bisuke2
0
590
LLMを「機能」として組み込む技術:「Figma to はてなCMS」におけるプロンプトエンジニアリングからAIエージェント構築にわたる精度向上の軌跡
nanimonodemonai
0
510
令和なのでVoIP網に参加して電話サービスを作ってみた話
cibmc
0
140
Node-REDで制御できるエッジカメラのreCameraを触る #iotlt #JLCPCB #recamera
n0bisuke2
0
180
SoracomUG-Ishikawa-1.pdf
yukima77
0
210
多摩ニュータウンを、 味わう
aokiplayer
1
670
Featured
See All Featured
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.3k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
210
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
370
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
200
Rails Girls Zürich Keynote
gr2m
96
14k
The untapped power of vector embeddings
frankvandijk
2
1.8k
Chasing Engaging Ingredients in Design
codingconduct
0
220
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.7k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
410
The World Runs on Bad Software
bkeepers
PRO
72
12k
Accessibility Awareness
sabderemane
1
140
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.3k
Transcript
/nnn
技術書典18に出展します。 憧れの角サークル(す24)になりました! aNo研(す24)
新刊 DA SE RU KA NA!? 新刊 Module LLM MAniaxⅡ執筆中。
TODAY:Not yet!! DEADライン (5/31 am11)
Module-LLM Maniaxを執筆した ことで、初めてfabcrossさん に掲載されました。 しかし、 この10日後に fabcrossさんはネッ トの世界から消失しました 。
Module LLM 最前線!! 25/5/10 V1.7: qwen3、smolvlm melotts-ja-jp whisper-base,small 25/4/3 V1.6:
qwen2.5-int4 (int4量子化) ModuleLLM-OpenAI-Plugin 25/3/17 V1.5: qwen2.5-p256 (prefill≦256 token) deepseek-r1-1.5b 25/1/21 V1.4: whisper-tiny 25/12/18 V1.3: melotts-en,yolo11 (ModuleLLM KIT出荷時version) https://github.com/m5stack/StackFlow/releases StackFlowはv1.7に。
パッケージ管理がaptに(v1.6) M5Stackのドキュメントページから dpkg配布するページはなくなりました。
ModuleLLM-OpenAI-Plugin(v1.6)
StackFlow版MeloTTS 日本語対応(v1.7) 文字列 判定 わたしはスタックチャンです 〇 おはよう、こんにちは、こんばんは × ありがとう、さようなら、愛しき恋人よ 〇
吾輩は猫である、名前はまだない 〇 もしもし、こちら、ネット通販文化モールの田中と申します。 〇 いただきます、ごちそうさま、おかわり 〇 私は素人なもので、モジュールエルエルエムについておしえてく ださい。 〇 おはよう→おわよう こんにちは→かんこば に聞こえる。
ALSAマイク16Bit問題 現状ModuleLLMファームウェア:NG 修正ファームウェア:OK • ALSAマイク16Bit対策はM5stackのリリースには未導入。 BuildRootで注意するところ • buidlrootはbuildrootに直っている。 (過去資料からコピペすると若干ハマる。) •
./output/target/etc/ld.so.conf.dという中間ファイルはなくなっている • Module LLMのroot passwd = 123456->root •AXERA 純正AXDLツール(Windows対応) •https://docs.m5stack.com/en/guide/llm/llm630_compute_kit/image •@M5Stack Python版 AXDLツール (Windows/Linux/Mac対応) https://github.com/m5stack/LLM_buildroot-external-m5stack/tools/bin •@IDAさんRust版 AXDLツール(Windows/Linux/Mac対応) https://www.fugafuga.org/axdl-rs/axdl-gui/latest/ 問題の原因と対策はModuleLLM座談会#02参照 Linux/Mac対応の ファームウェア書き込みツール が増えた。 どれでも書き込めることを確認。 16Bitで0データが挿入される
どんどん進化していく Module-LLM。 M5Stack コンテストの素材に 使ってみてはいかがでしょうか!? こちらの写真は 25/4/5のスタックチャンフェス でModuleLLMを展示した様子 です。 また、今週末6/1は
技術書典@池袋サンシャインシティ へ行きましょう!
aNo研の発表は以上です。