Skip to content

Commit

Permalink
Merge branch 'docusaurus-version' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessie219-web authored Sep 25, 2024
2 parents 1695822 + 91ae052 commit ae279f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions src/components/jeston/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
{
Expand All @@ -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/',
},
{
Expand All @@ -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/',
},
{
Expand All @@ -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',
},
{
Expand Down

0 comments on commit ae279f9

Please sign in to comment.