Skip to content
Snippets Groups Projects
Commit b3c5a921 authored by Youngsu Kim's avatar Youngsu Kim
Browse files

test spawn

parent 7f395880
No related branches found
No related tags found
Loading
{% extends "templates/page.html" %}
{% block main %}
{% set n_gpus = 1 %}
{% endblock %}
\ No newline at end of file
{% extends "templates/spawn.html" %} {% extends "templates/spawn.html" %}
{% set n_gpus = 1 %}
{% block heading %} {% block heading %}
<label for="gpus">GPUs</label> <label for="gpus">GPUs</label>
<input class="form-control input-lg" type="range" name="gpus" value="{{ n_gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/> <input class="form-control input-lg" type="range" name="gpus" value="{{ n_gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment