Commit graph

69 commits

Author SHA1 Message Date
Maanav Dalal
5775e39106
Added Ignite to events, updating qualcomm onnx models. (#22564)
Updated pages: 

https://maanavd.github.io/onnxruntime/models

https://maanavd.github.io/onnxruntime/events
2024-10-25 16:26:17 -07:00
Sophie Schoenmeyer
abfe86411c
Update roadmap w/ RC1 + generate() API changes (#22605)
### Description
<!-- Describe your changes. -->
Updating ORT Release Roadmap to remove features no longer planned, add a
link to RC1 on GitHub, and change GenAI --> generate() API.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-10-25 13:42:57 -07:00
Sophie Schoenmeyer
6c3c4605c4
Update release roadmap page (#22562)
### Description
<!-- Describe your changes. -->
Updating release roadmap page to include new announcement, remove
features that are no longer planned, and add Olive section to feature
list dropdown.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-10-23 13:53:56 -07:00
Maanav Dalal
e6ccef23e4
Made models page, updated roadmap SEO. (#22372)
Preview at: https://maanavd.github.io/onnxruntime/models
2024-10-21 14:27:25 -07:00
Maanav Dalal
29ebdc559c
Added sentence transformers community blog. (#22397) 2024-10-10 17:56:12 -07:00
Maanav Dalal
36db78c9e8
made genai tutorials direct onnx tutorial links. + added goodnotes testimonial (#22311)
At some point will need to merge cards + testimonials objects to be one.

As always, preview at: https://maanavd.github.io/onnxruntime/

---------

Co-authored-by: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com>
2024-10-07 18:44:01 -07:00
Sophie Schoenmeyer
6b9d38055c
Update ORT Release Roadmap Announcements section (#22324)
### Description
Updated Announcements section to separate 2 announcements into list +
bold them. These changes will make Python announcement more visible to
users.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-10-07 14:45:09 -07:00
Michael Tyler
7faa4b1eb4
Update documentation for Arm Compute Library (#22232)
### Description
This PR updates the documentation regarding the ACL execution provider
to reflect the changes made in #22032.
It also updates various references to Arm's trademarks in accordance
with the Arm trademark use guidelines.



### Motivation and Context
Ensures documentation is accurate following recent changes.

---------

Signed-off-by: Michael Tyler <michael.tyler@arm.com>
2024-09-30 18:56:27 -07:00
Maanav Dalal
96cf8d60e6
Roadmap addition (#22235)
Added ORT 1.20 roadmap
2024-09-26 21:04:33 -07:00
Maanav Dalal
c990536309
Genai page addition (#21862)
Revamped Gen AI page based on Discovery interns. 

Preview available at:
https://maanavd.github.io/onnxruntime/generative-ai

---------

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2024-09-16 14:28:21 -07:00
Maanav Dalal
fc3672c8bb
added community blog. (#22065)
Added this blog to community blogs:


https://medium.com/@vadikus/running-phi-3-mistral-7b-llms-on-raspberry-pi-5-a-step-by-step-guide-185e8102e35b
2024-09-11 15:37:18 -07:00
Maanav Dalal
e892a56c47
Fixed many (not all) accessibility issues. (#22002)
Likely will need to change HLJS theme for the rest.

Should be good to instantly approve/merge, but feel free to review as
necessary. Not currently deploying a preview as another more significant
PR is being reviewed, but I can do it if requested :)
2024-09-09 20:37:54 -07:00
Emma Ning
99ddaedc5d
NimbleEdge blog update (#22017)
Update according to the change request from NimbleEdge

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-09-06 13:17:39 -07:00
Maanav Dalal
d491241b8a
Added autodesk testimonial. (#21794)
Also updated testimonial cards to be more legible.
2024-08-20 10:24:33 -07:00
Maanav Dalal
0321041247
Updating code and image for accessibility reasons. (#21778)
Fixes issues: #20602, #21294, #21637, #21639.

test site available here: https://maanavd.github.io/onnxruntime/
2024-08-16 15:51:18 -07:00
Edward Chen
29209784dd
[docs] Mobile doc updates (#21605)
### Description
<!-- Describe your changes. -->

- Update Android build instructions.
- Remove references to "mobile" packages with reduced operators and
minimal build which have been removed in 1.19.
  In particular, these packages:
  - onnxruntime-mobile-c/objc (iOS)
  - onnxruntime-mobile (Android)

https://edgchen1.github.io/onnxruntime/docs/

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Update and remove obsolete documentation.
2024-08-15 16:28:19 +10:00
Abhishek Jindal
c3d2db8884
fixing installation of orttraining nightly (#21547)
### Description
<!-- Describe your changes. -->
Changing ORT training installation steps
Current command for ORTtraining nightly installation was installing
stable version so creating a fix for this.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Current command for ORTtraining nightly installation was installing
stable version so creating a fix for this.
2024-07-29 16:14:23 -07:00
Nat Kershaw (MSFT)
40c5a57215
Potential fix for Adobe Analytics (#21512) 2024-07-26 13:28:46 -07:00
Sophie Schoenmeyer
1ca809ff8f
Add community-contributed LightGlue blog (#21445)
### Description
A member of the community contributed a blog about LightGlue inference
with ORT + TensorRT:
https://fabio-sim.github.io/blog/accelerating-lightglue-inference-onnx-runtime-tensorrt/.

This PR adds the blog to the website blogs page:
https://onnxruntime.ai/blogs.

Staged here:
https://reimagined-guide-qjvp49qq7w53gg-5173.app.github.dev/



### Motivation and Context
Resolves this issue:
https://github.com/microsoft/onnxruntime/issues/21389
2024-07-25 11:00:17 -07:00
Maanav Dalal
c47171d4c8
Testimonial additions (#21245)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-07-03 14:58:15 -07:00
Maanav Dalal
d4c5be89a0
Added 2 testimonials, as Jeff requested. (#21240)
Only open question is if it's correct that Aidan Fitzpatrick, Founder &
CEO of "Reincubate" is the correct person for that testimonial.

Demo available at: https://maanavd.github.io/onnxruntime/
2024-07-03 12:30:23 -07:00
Sophie Schoenmeyer
8fc4470238
Fix typo in Python code block on home page (#21196)
### Description
Python code block on home page contained typo

Previous: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})

Fixes issue #21146



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-06-27 13:54:26 -07:00
Maanav Dalal
77df36bde1
NimbleEdge and ONNXRuntime Blog June 17 (#21040)
DRAFT PR until images and thumbnail are provided

---------

Co-authored-by: Scott McKay <Scott.McKay@microsoft.com>
Co-authored-by: Emma Ning <43255631+EmmaNingMS@users.noreply.github.com>
2024-06-17 10:39:01 -07:00
Maanav Dalal
82bb41a9f6
Fixed many accessibility issues. (#20990)
### Description
Resolving or re-resolving: #20096 , #20118 , #20153 , #20151 , #20152 

Done by: 

- Adding skip to main content links
- Adding pause carousel
- Fixing H1s
- Fixing color scheme
- Making code blocks appear on mobile / smaller viewports. 

### For testing
Please test using mobile and desktop versions, ensuring everything
(especially the landing page) appear as expected!
2024-06-13 16:01:09 -07:00
Maanav Dalal
36af1e46ef
Added background removal blog. (#21017)
### Description
Added Emma's blog to /blogs page
2024-06-12 12:13:26 -07:00
Nat Kershaw (MSFT)
f61a7092a0
Add phi3 v tutorial (#20873) 2024-05-30 17:48:26 -07:00
Sophie Schoenmeyer
aa6097ad5b
Fix broken links (#20831)
### Description
Fix broken links referenced in issue #20790 

Llama2 blog link was updated to the correct location and ResNet sample
was removed entirely because it no longer exists anywhere in the AML
docs

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-05-28 13:27:09 -07:00
Parinita Rahi
3ae8137f74
small blog changes (#20818)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-05-24 15:02:38 -07:00
Maanav Dalal
643a16a6bc
Updated meta tags for all pages on site. (#20772)
Should fix all SEO issues w/ posting blogs.
2024-05-22 12:16:07 -07:00
Maanav Dalal
23998c7b17
added meta tags to phi3 small medium blog post (#20760)
Updated blog post meta tags. Should work.
2024-05-21 17:39:25 -07:00
Sophie Schoenmeyer
10973e7e24
Update Phi-3 small medium blog images (#20750)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-05-21 10:11:13 -07:00
Sophie Schoenmeyer
6f65797b98
Update +page.svx to fix some errors (#20749)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-05-21 10:00:00 -07:00
Parinita Rahi
59f1be1f74
blog for ONNX (#20747) 2024-05-21 09:09:05 -07:00
Sophie Schoenmeyer
a5a36f11a7
Update Phi-3 on-device blog (#20744)
### Description
Updated blog link so it goes directly to the Hugging Face blog site



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-05-21 08:06:46 -07:00
Sophie Schoenmeyer
2fe196ea39
Add Phi-3 on device announcement (#20740)
### Description
Add announcement with link to Phi-3 On-Device blog on Hugging Face site

Staged here:
https://sophies927.github.io/onnxruntime/blogs/phi-3-on-device



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-05-20 14:28:54 -07:00
kunal-vaishnavi
5fd617acc0
Update link to E2E notebook in LLaMA-2 blog (#20724)
### Description
This PR updates a reference link in the LLaMA-2 blog post and fixes a
word formatting issue.

### Motivation and Context
With these changes, the link to the example E2E notebook works again.
2024-05-19 22:51:46 -07:00
Maanav Dalal
08407ea351
Fixed accessibility issues, changed word animation. (#20513)
### Description
Addresses #20096, and checked #20261 (should have already been fixed)

Also added a different animation for words on the hero as they didn't
look good (some svelte animation bug I think)

Link found at: https://maanavd.github.io/onnxruntime/

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-04-29 14:59:11 -07:00
Maanav Dalal
521d8922e2
Fixed SEO tags & used external linked images (easiest fix for the time being) (#20455)
Allowing images to work in blog metadata (for social media)

---------

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-04-24 16:39:01 -07:00
Maanav Dalal
faf0809e25
fixed repeated text. (#20446)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-04-23 15:15:33 -07:00
Maanav Dalal
1afea4b3ec
Adding Phi3 Blog. (#20435)
### Description
Releasing Phi-3 Blog. Viewable demo available on:
https://maanavd.github.io/onnxruntime/blogs

---------

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
Co-authored-by: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com>
2024-04-23 12:32:06 -07:00
Maanav Dalal
f8e689f5f2
Made requested accessibility changes. (#20318)
### Description
Made requested changes from Accessibility audit. Live at:
[maanavd.github.io/onnxruntime/](https://maanavd.github.io/onnxruntime/)



### Motivation and Context
Related issues addressed: 
#20259, #20261, #20263, #20264, #20096, #20100, #20101, #20102, #20103,
#20119, #20120, #20123

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-04-17 14:21:33 -07:00
Sophie Schoenmeyer
4859156a44
Add CUDA 12 instructions to get started table (#20170)
Get Started table currently only includes instructions for
Windows/Python/X64/CUDA and Linux/Python/X64/CUDA for (default) CUDA
11.8. Updating to include installation instructions for CUDA 12.X as
well.
2024-04-03 14:10:53 -07:00
Maanav Dalal
e8b82b6f3f
Large UX updates, replaced banner, moved analytics, linted everything (#20004)
https://maanavd.github.io/onnxruntime/

### Description
Many changes, most small, but quite a few. Listed here:

- Infinitely scrolling testimonial banner on homepage
- New Microsoft-approved cookie consent banner (only shows up in correct
regions, here's a screen of it working):
![image](https://github.com/microsoft/onnxruntime/assets/24942306/b210b55f-d0cb-413a-a5c7-7156e003414a)
You can duplicate this behavior if you want using: [this
link](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/wcp/privacy/wcp-cookie-consent-api#cookie-consent-library---javascript:~:text=siteConsent.manageConsent()%3B%0A%20%20%20%20%7D-,How%20to%20test%20if%20banner%20is%20loading%20for%20EU%20visitors,-You%20can%20use)
- removed SAOS animations, relying on native tailwind animations
- ran a linting pass
- easter egg for hovering onnxruntime pinwheel

---------

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-03-21 14:40:45 -07:00
Sophie Schoenmeyer
8254a64271
Add AMD community blog (#19873)
Update ORT website blog community tab w/ new AMD + ORT blog:
https://rocm.blogs.amd.com/artificial-intelligence/stable-diffusion-onnx-runtime/README.html
2024-03-12 19:05:56 -07:00
Sophie Schoenmeyer
3e1e864147
Add WebGPU blog to website (#19782)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-03-06 10:24:39 -08:00
Maanav Dalal
25cd2bfa1a
Fixed youtube cookies (#19765)
### Description
Simple change, should allow removal of all the errors associated with
GDPR (not Adobe, but Adobe isn't seeming to error)

## Note
Will need to change consent banner to using
[this](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/wcp/privacy/wcp-cookie-consent-api#cookie-consent-library---javascript)
library in accordance with errors. Is known and will be worked on
hopefully before EOW.

---------

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-03-04 14:51:38 -08:00
Sophie Schoenmeyer
98902d65c4
Update +page.svx w/ WebGPU blog link (#19733)
### Description
The WebGPU blog referenced in the release blog just got published, so
I'm adding the link.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-02-29 17:20:07 -08:00
Sophie Schoenmeyer
32c66a87eb
Update +page.svx with ORT 1.17 release blog changes (#19683)
Updated title and date, as well as some of content in other sections /
syntax.

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-02-28 12:27:33 -08:00
Maanav Dalal
e74b8e6050
Updated images. (#19675)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2024-02-27 13:20:43 -08:00
Maanav Dalal
798bfe0c38
Added accelerating phi 2 blog. (#19657)
Changes staged here: 
https://maanavd.github.io/onnxruntime/blogs

---------

Co-authored-by: MaanavD <maanavdalal@microsoft.com>
Co-authored-by: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com>
2024-02-26 22:25:29 -08:00