abenkbp commited on
Commit
639143e
·
1 Parent(s): c346db5
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ if not os.path.exists("/home/user/.flag"):
18
  subprocess.Popen(["pm2", "start", f"{node_path}n8n"]).wait()
19
  subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-1-8b.py","--interpreter=python3"]).wait()
20
  subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-70b.py","--interpreter=python3"]).wait()
21
- subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-1-70b-nvidia.py","--interpreter=python3"]).wait()
22
 
23
  # Get the API key from environment variables
24
  api_key = os.getenv("UCODE_SECRET")
 
18
  subprocess.Popen(["pm2", "start", f"{node_path}n8n"]).wait()
19
  subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-1-8b.py","--interpreter=python3"]).wait()
20
  subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-70b.py","--interpreter=python3"]).wait()
 
21
 
22
  # Get the API key from environment variables
23
  api_key = os.getenv("UCODE_SECRET")