From f67ebc7373cce43c419ed68aecb3d0cd8a08d1ff Mon Sep 17 00:00:00 2001 From: Matthew <104187183+MatthewJeffson@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:45:35 +0800 Subject: [PATCH 1/2] Fix: fix slug --- .../ODYSSEY-Home-Assistant-Customize.md | 2 +- .../Home_Assistant/reTerminal-Home-Assistant-Customize.md | 2 +- .../Application/Home_Assistant/reTerminal_Home_Assistant.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/ODYSSEY-Home-Assistant-Customize.md b/docs/Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/ODYSSEY-Home-Assistant-Customize.md index 77cc377f2fe5..d4001c5344b6 100644 --- a/docs/Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/ODYSSEY-Home-Assistant-Customize.md +++ b/docs/Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/ODYSSEY-Home-Assistant-Customize.md @@ -17,7 +17,7 @@ last_update: ## Introduction -In previous wikis, we explained how to install Home Assistant on the [reTerminal](https://wiki.seeedstudio.com/reTerminal-Home-Assistant), [ODYSSEY-X86](https://wiki.seeedstudio.com/ODYSSEY-X86-Home-Assistant) and display the dashboard UI on PC, smartphones, tablets and Kiosk mode on the reTerminal LCD. +In previous wikis, we explained how to install Home Assistant on the [reTerminal](https://wiki.seeedstudio.com/reTerminal_Home_Assistant), [ODYSSEY-X86](https://wiki.seeedstudio.com/ODYSSEY-X86-Home-Assistant) and display the dashboard UI on PC, smartphones, tablets and Kiosk mode on the reTerminal LCD. This wiki will walkthrough step-by-step on how to build out the dashboard by doing the necessary configurations and also how to use some of the important add-ons that comes with Home Assistant. So let's get started! diff --git a/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal-Home-Assistant-Customize.md b/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal-Home-Assistant-Customize.md index 6e0bee5c10bb..4cdf4442b070 100644 --- a/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal-Home-Assistant-Customize.md +++ b/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal-Home-Assistant-Customize.md @@ -17,7 +17,7 @@ last_update: ## Introduction -In previous wikis, we explained how to install Home Assistant on the [reTerminal](https://wiki.seeedstudio.com/reTerminal-Home-Assistant), [ODYSSEY-X86](https://wiki.seeedstudio.com/ODYSSEY-X86-Home-Assistant) and display the dashboard UI on PC, smartphones, tablets and Kiosk mode on the reTerminal LCD. +In previous wikis, we explained how to install Home Assistant on the [reTerminal](https://wiki.seeedstudio.com/reTerminal_Home_Assistant), [ODYSSEY-X86](https://wiki.seeedstudio.com/ODYSSEY-X86-Home-Assistant) and display the dashboard UI on PC, smartphones, tablets and Kiosk mode on the reTerminal LCD. This wiki will walkthrough step-by-step on how to build out the dashboard by doing the necessary configurations and also how to use some of the important add-ons that comes with Home Assistant. So let's get started! diff --git a/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal_Home_Assistant.md b/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal_Home_Assistant.md index 633a63750a1f..b7e875cb19ab 100644 --- a/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal_Home_Assistant.md +++ b/docs/Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal_Home_Assistant.md @@ -1,5 +1,5 @@ --- -description: reTerminal-Home-Assistant +description: How to install Home Assistant on reTerminal title: Getting Started with Home Assistant image: https://avatars.githubusercontent.com/u/4452826?s=400&v=4 slug: /reTerminal_Home_Assistant From 30ffa35d674742925d39aed94aa229ac8c4ddf86 Mon Sep 17 00:00:00 2001 From: ZhuYaoHui1998 <510677932@qq.com> Date: Wed, 25 Sep 2024 10:07:16 +0800 Subject: [PATCH 2/2] change gif to img at Nvidia_Jetson home page --- src/components/jeston/config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/jeston/config.js b/src/components/jeston/config.js index 5b82eb21b58f..d9574ca5257b 100644 --- a/src/components/jeston/config.js +++ b/src/components/jeston/config.js @@ -377,17 +377,17 @@ export const communityList_cv = [ export const communityList_gen = [ { name: 'Custom Local LLM: Fine-tune LLM by Llama-Factory on reComputer', - img: 'https://files.seeedstudio.com/wiki/reComputer-Jetson/Llama-Factory/run.gif', + img: 'https://files.seeedstudio.com/wiki/reComputer-Jetson/Llama-Factory/training.png', URL: 'https://wiki.seeedstudio.com/Finetune_LLM_on_Jetson/', }, { name: 'Quantized Llama2-7B with MLC LLM on reComputer', - img: 'https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/MLC_LLM.gif', + img: 'https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/Llama-2-7b-chat-hf-q4f16_ft.png', URL: 'https://wiki.seeedstudio.com/Quantized_Llama2_7B_with_MLC_LLM_on_Jetson/', }, { name: 'Run a Local LLM Text-to-Image on reComputer', - img: 'https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/Nvidia_Jetson_recomputer_LLM_texto-to-image/30_cyberpunkGirl.png', + img: 'https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/Nvidia_Jetson_recomputer_LLM_texto-to-image/27_dreamshaperxl.png', URL: 'https://wiki.seeedstudio.com/How_to_run_local_llm_text_to_image_on_reComputer/', }, { @@ -397,7 +397,7 @@ export const communityList_gen = [ }, { name: 'Local RAG based on Jetson with LlamaIndex', - img: 'https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/RAG-MLC-Jetson.gif', + img: 'https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/Llama-2-7b-chat-hf-q4f16_ft.png', URL: 'https://wiki.seeedstudio.com/Local_RAG_based_on_Jetson_with_LlamaIndex/', }, { @@ -412,7 +412,7 @@ export const communityList_gen = [ }, { name: 'Format Output with Langchain', - img: 'https://files.seeedstudio.com/wiki/reComputer/Application/Format_LLM_Opt/format_llm_opt.gif', + img: 'https://files.seeedstudio.com/wiki/reComputer/Application/Format_LLM_Opt/ai_assistant.png', URL: 'https://wiki.seeedstudio.com/How_to_Format_the_Output_of_LLM_Using_Langchain_on_Jetson/', }, { @@ -437,7 +437,7 @@ export const communityList_gen = [ }, { name: 'One click Using Llama-Factory', - img: 'https://github.com/Seeed-Projects/jetson-examples/raw/main/reComputer/scripts/llama-factory/assets/training.gif', + img: 'https://github.com/Seeed-Projects/jetson-examples/raw/main/reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png', URL: 'https://github.com/Seeed-Projects/jetson-examples/tree/main/reComputer/scripts/llama-factory', }, {