MrAli commited on
Commit
a0a5a66
·
verified ·
1 Parent(s): b85ab89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from fastapi import FastAPI, Request
2
  from llama_cpp import Llama
3
  from huggingface_hub import hf_hub_download
4
  import os
5
- os.system("ulimit -l")
6
 
7
  app = FastAPI()
8
 
 
2
  from llama_cpp import Llama
3
  from huggingface_hub import hf_hub_download
4
  import os
5
+ os.system("ulimit -l unlimited")
6
 
7
  app = FastAPI()
8