Update app.py
Browse files
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 |
|