abenkbp commited on
Commit
dc1f6c8
·
1 Parent(s): 2544bfe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ if not os.path.exists("/home/user/.flag"):
17
  node_path = f"/home/user/.nvm/versions/node/{node_version_dir}/bin/"
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-1-70b.py","--interpreter=python3"]).wait()
21
  #subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-70b.py","--interpreter=python3"]).wait()
22
 
23
  # Get the API key from environment variables
 
17
  node_path = f"/home/user/.nvm/versions/node/{node_version_dir}/bin/"
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-1-70b.py","--interpreter=python3"]).wait()
21
  #subprocess.Popen(["pm2", "start", "/home/user/app/data/models/llama3-70b.py","--interpreter=python3"]).wait()
22
 
23
  # Get the API key from environment variables