Skip to content

Commit

Permalink
Revert "Pause running A100 examples on gvisor (#451)"
Browse files Browse the repository at this point in the history
This reverts commit fcf2564.
  • Loading branch information
thundergolfer authored Sep 19, 2023
1 parent fcf2564 commit 0c45456
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
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

0 comments on commit 0c45456

Please sign in to comment.