Skip to content

Commit

Permalink
Add additional resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Mar 13, 2024
1 parent b615580 commit c8e11a2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added assets/branin-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Programming expertise is not required, but at least beginner Python programming

If you have no prior programming experience, you may wish to start with the [Python Beginners Guide for Non-programmers by Python Software Foundation](https://www.python.org/about/gettingstarted/).

{% include youtube.html video="x7X9w_GIm1s" title="What is Python?" %}

</li>

<li class="resource-block" markdown="1">
Expand Down Expand Up @@ -125,6 +127,28 @@ The [Ax Platform](https://ax.dev/) is a tool developed by Meta's Adaptive Experi

</li>


<li class="resource-block" markdown="1">

## Hugging Face Spaces

The pre-packaged benchmark functions will be available on [Hugging Face Spaces](https://huggingface.co/docs/hub/spaces), which makes it easy to deploy and use our benchmark tasks through a web GUI, or more relevant to the hackathon - programmatically via a straightforward API. For those who are developing their own benchmarks as a hackathon project (Topic #2), we recommend hosting the final benchmark through this same interface. Start by watching the [Hugging Face Spaces overview](https://huggingface.co/docs/hub/spaces-overview) below, which shows how you can get one running in just a few minutes.

{% include youtube.html video="3bSVKNKb_PY" title="Hugging Face Spaces Overview" %}

To make this more concrete, see [our implementation of the Branin function](https://huggingface.co/spaces/AccelerationConsortium/branin) being run via the Hugging Face Spaces interface, which can be set up in just a few minutes. To see how to use it programmatically, click on the "Use with API" button at the bottom of the page (button marked in red in the image below).

[![use with API](assets/branin-api.png)](https://huggingface.co/spaces/AccelerationConsortium/branin)


###

</li>

</ul>

<ul class="grid">

<li class="resource-block" markdown="1">

## Guidelines
Expand Down

0 comments on commit c8e11a2

Please sign in to comment.