Skip to content

Commit

Permalink
add youtube video
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiAsaba committed Jun 10, 2024
1 parent a37c37c commit 774a5f9
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc_en/docs/demo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chat demo

![](images/demo1.png){ loading=lazy }
<iframe width="560" height="315" src="https://www.youtube.com/embed/CJrbC_NYmm8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Download

Expand Down
2 changes: 1 addition & 1 deletion doc_en/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Local LLM Plugin](https://vrlab.akiya-souken.co.jp/en/products/localllmplugin/) allows to load a large language model (LLM) of GGUF format and run it on the Unreal Engine.

<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/xjIJklDqJdE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/CJrbC_NYmm8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Run locally and within BP/C++

Expand Down
2 changes: 1 addition & 1 deletion doc_ja/docs/demo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 会話デモ

![](images/demo2.png){ loading=lazy }
<iframe width="560" height="315" src="https://www.youtube.com/embed/5B2f8POzytA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## ダウンロード

Expand Down
2 changes: 1 addition & 1 deletion doc_ja/docs/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
サンプル実装は、`Plugins > LocalLLM > BP > BP_LocalLLM_Example`にあります。
`Plugins > LocalLLM > Map`のマップでテストできます。

![](images/manual_ja.png){ loading=lazy }
![](images/manual_en.png){ loading=lazy }

## 1.コンポーネントを追加

Expand Down
2 changes: 1 addition & 1 deletion doc_ja/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Local LLM Plugin](https://vrlab.akiya-souken.co.jp/products/localllmplugin/)は、GGUF形式の大規模言語モデル(LLM)をロードしてUnreal Engine上で実行できるようにするプラグインです。

<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/xjIJklDqJdE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/5B2f8POzytA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## ローカル & BP/C++ で完結

Expand Down
3 changes: 2 additions & 1 deletion docs/en/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,8 @@


<h1 id="chat-demo">Chat demo</h1>
<p><img alt="" loading="lazy" src="../images/demo1.png" /> </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CJrbC_NYmm8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="download">Download</h2>
<p>Packaged build in EXE format is available <a href="https://github.com/Akiya-Research-Institute/LocalLLM-Demo-UE5/releases">here</a></p>
<h2 id="github-source">GitHub source</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@

<h1 id="what-is-local-llm-plugin">What is Local LLM Plugin?</h1>
<p><a href="https://vrlab.akiya-souken.co.jp/en/products/localllmplugin/">Local LLM Plugin</a> allows to load a large language model (LLM) of GGUF format and run it on the Unreal Engine.</p>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/xjIJklDqJdE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/CJrbC_NYmm8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="run-locally-and-within-bpc">Run locally and within BP/C++</h2>
<ul>
Expand Down
Binary file modified docs/en/sitemap.xml.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/ja/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,8 @@


<h1 id="_1">会話デモ</h1>
<p><img alt="" loading="lazy" src="../images/demo2.png" /> </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5B2f8POzytA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="_2">ダウンロード</h2>
<p>EXE形式のデモプロジェクトを<a href="https://github.com/Akiya-Research-Institute/LocalLLM-Demo-UE5/releases">こちら</a>からダウンロードできます。</p>
<h2 id="github">GitHubソース</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/how-to-use/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
<h1 id="_1">基本的な使い方</h1>
<p>サンプル実装は、<code>Plugins &gt; LocalLLM &gt; BP &gt; BP_LocalLLM_Example</code>にあります。<br />
<code>Plugins &gt; LocalLLM &gt; Map</code>のマップでテストできます。</p>
<p><img alt="" loading="lazy" src="images/manual_ja.png" /> </p>
<p><img alt="" loading="lazy" src="../images/manual_en.png" /> </p>
<h2 id="1">1.コンポーネントを追加</h2>
<ol>
<li>Actorを作成します</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@

<h1 id="local-llm-plugin">Local LLM Pluginって何?</h1>
<p><a href="https://vrlab.akiya-souken.co.jp/products/localllmplugin/">Local LLM Plugin</a>は、GGUF形式の大規模言語モデル(LLM)をロードしてUnreal Engine上で実行できるようにするプラグインです。</p>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/xjIJklDqJdE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/5B2f8POzytA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="bpc">ローカル &amp; BP/C++ で完結</h2>
<ul>
Expand Down
Binary file modified docs/ja/sitemap.xml.gz
Binary file not shown.
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 774a5f9

Please sign in to comment.