desert commited on
Commit
dd71874
·
1 Parent(s): 5ccb54c
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import gradio as gr
2
  from unsloth import FastLanguageModel
3
  import torch
 
1
+ import os
2
+ os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
3
+
4
  import gradio as gr
5
  from unsloth import FastLanguageModel
6
  import torch