mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
add USDA quote (#10198)
This commit is contained in:
parent
7f0b170fd9
commit
12d98dc189
3 changed files with 13 additions and 1 deletions
|
|
@ -187,6 +187,14 @@
|
|||
<div class="quote-attribution text-right">–Suraj Raghuraman, Head of AI Engine, Topaz Labs</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "usda" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="sponsor-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/usda-logo.png" alt="USDA logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“At the USDA we use ONNX Runtime in GuideMaker, a program we developed to design pools of guide RNAs needed for large-scale gene editing experiments with CRISPR-Cas. ONNX allowed us to make an existing model more interoperable and ONNX Runtime speeds up predictions of guide RNA binding.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Adam Rivers, Computational Biologist, United States Department of Agriculture, Agricultural Research Service</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "vespa" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="sponsor-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/vespa-logo.png" alt="Vespa logo">
|
||||
|
|
|
|||
BIN
images/logos/usda-logo.png
Normal file
BIN
images/logos/usda-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -476,7 +476,11 @@
|
|||
<a href="community.html#topaz-labs"><img src="./images/logos/topazlabs-logo.png" alt="Topaz Labs logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-6 col-md-2 mb-4 mb-md-0">
|
||||
<div class="sponsor-logo text-center">
|
||||
<a href="community.html#usda"><img src="./images/logos/usda-logo.png" alt="USDA logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-2 mb-4 mb-md-0">
|
||||
<div class="sponsor-logo text-center">
|
||||
<a href="community.html#vespa"><img src="./images/logos/vespa-logo.png" alt="Vespa logo"></a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue