abenkbp commited on
Commit
3101678
·
1 Parent(s): 3af859f
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +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-70b.py","--interpreter=python3"]).wait()
21
 
22
  # 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