Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 content #1392

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e081201
v3 content baseline: copy v2 content, update links to v3, remove v2-s…
itowlson Oct 7, 2024
6a52c81
Typo and spelling fixes from trying to calm the spell checker
itowlson Oct 7, 2024
8dd50f8
Enable testing viewing of v3 (breaks v2 for now!)
itowlson Oct 8, 2024
d810bb6
Add v3 to version drop-down
itowlson Oct 8, 2024
90a2695
Remove references to HTTP application base
itowlson Oct 8, 2024
fb42715
Component dependencies docs
itowlson Oct 8, 2024
e1025f2
fix if else clause in spin_main.hbs
karthik2804 Oct 8, 2024
10eac4f
Merge pull request #1395 from karthik2804/v3_sidebar
itowlson Oct 8, 2024
7aa74af
Add if-elseif-else fix to page_lang.hbs
itowlson Oct 8, 2024
35a9207
update folder structure for llm in spin 3.0
karthik2804 Oct 15, 2024
77ccb29
Merge pull request #1393 from itowlson/component-dependencies
itowlson Oct 20, 2024
ae3b1ae
Fix some broken links
itowlson Oct 20, 2024
ec9dfcb
fix review comments
karthik2804 Oct 20, 2024
92900d7
Merge pull request #1399 from itowlson/fix-cli-reference-links
itowlson Oct 20, 2024
c42b27a
Merge pull request #1398 from karthik2804/update_llm_docs
itowlson Oct 20, 2024
952ccf1
Merge pull request #1394 from itowlson/remove-http-base
itowlson Oct 23, 2024
724f93d
Application splitting
itowlson Oct 22, 2024
836b1af
Breaking changes info
itowlson Oct 8, 2024
fb3d095
Merge pull request #1396 from itowlson/whats-new-and-breaking-changes-v3
itowlson Nov 4, 2024
90f3666
Merge pull request #1400 from itowlson/app-splitting
itowlson Nov 4, 2024
51bacee
Work around cloud issue with two triggers pointing to same component
itowlson Nov 4, 2024
3ad02bc
Remove js2wasm from v3 docs
itowlson Nov 4, 2024
5b70d2e
Typo fixes
itowlson Nov 4, 2024
3d06a63
Merge pull request #1410 from itowlson/exterminate-js2wasm
itowlson Nov 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/spin/v1/ai-sentiment-analysis-api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v1/ai-sentime
- [Conclusion](#conclusion)
- [Next Steps](#next-steps)

> This tutorial does not work with Spin `v3.0` or above as the on disk representation of the models have changed. Refer to the [V3 tutorial](/spin/v3/ai-sentiment-analysis-api-tutorial) depending on your Spin version.

Artificial Intelligence (AI) Inferencing performs well on GPUs. However, GPU infrastructure is both scarce and expensive. This tutorial will show you how to use Fermyon Serverless AI to quickly build advanced AI-enabled serverless applications that can run on Fermyon Cloud. Your applications will benefit from 50 millisecond cold start times and operate 100x faster than other on-demand AI infrastructure services. Take a quick look at the video below to learn about executing inferencing on LLMs with no extra setup.

<iframe width="854" height="480" src="https://www.youtube.com/embed/01oOh3D9cVQ?si=wORKmuOkeFMGYBsQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down
2 changes: 2 additions & 0 deletions content/spin/v2/ai-sentiment-analysis-api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/ai-sentime
- [Conclusion](#conclusion)
- [Next Steps](#next-steps)

> This tutorial does not work with Spin `v3.0` or above as the on disk representation of the models have changed. Refer to the [V3 tutorial](/spin/v3/ai-sentiment-analysis-api-tutorial) depending on your Spin version.

Artificial Intelligence (AI) Inferencing performs well on GPUs. However, GPU infrastructure is both scarce and expensive. This tutorial will show you how to use Fermyon Serverless AI to quickly build advanced AI-enabled serverless applications that can run on Fermyon Cloud. Your applications will benefit from 50 millisecond cold start times and operate 100x faster than other on-demand AI infrastructure services. Take a quick look at the video below to learn about executing inferencing on LLMs with no extra setup.

<iframe width="854" height="480" src="https://www.youtube.com/embed/01oOh3D9cVQ?si=wORKmuOkeFMGYBsQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/deploying-to-fermyon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/deploying-

[Fermyon Platform](https://www.fermyon.dev/) is a self-host platform for Spin applications. With Fermyon, you can deploy your spin applications onto a server in moments.

> Fermyon Platform does not currently support Spin 2.
> Fermyon Platform does not currently support Spin 2 or above.
### Running on Your Workstation

Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ api_version = "v1"

## Using Variables From Applications

The Spin SDK surfaces the Spin configuration interface to your language. The [interface](https://github.com/fermyon/spin/blob/main/wit/variables.wit) consists of one operation:
The Spin SDK surfaces the Spin configuration interface to your language. The [interface](https://github.com/fermyon/spin/blob/main/wit/deps/[email protected]/variables.wit) consists of one operation:

| Operation | Parameters | Returns | Behavior |
|------------|--------------------|---------------------|----------|
Expand Down
Loading
Loading