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

Revert "Pause running A100 examples on gvisor" #452

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion 06_gpu_and_ml/dreambooth/dreambooth_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ---
# deploy: true
# runtimes: ["runc"]
# ---
#
# # Pet Art Dreambooth with Hugging Face and Gradio
Expand Down
1 change: 0 additions & 1 deletion 06_gpu_and_ml/falcon_bitsandbytes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ---
# args: ["--prompt", "How do planes work?"]
# runtimes: ["runc"]
# ---
# # Run Falcon-40B with bitsandbytes
#
Expand Down
3 changes: 0 additions & 3 deletions 06_gpu_and_ml/falcon_gptq.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# ---
# runtimes: ["runc"]
# ---
# # Run Falcon-40B with AutoGPTQ
#
# In this example, we run a quantized 4-bit version of Falcon-40B, the first open-source large language
Expand Down
3 changes: 0 additions & 3 deletions 06_gpu_and_ml/openllama.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# ---
# runtimes: ["runc"]
# ---
# # Run OpenLLaMa on an A100 GPU
#
# In this example, we run [OpenLLaMa](https://github.com/openlm-research/open_llama),
Expand Down