Havi999 commited on
Commit
4649c4d
β€’
1 Parent(s): 9c8c5e4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -45,7 +45,7 @@ async def create_item(request: Request):
45
  }
46
  log = "[" + time + "] " + '", prompt:"' + prompt + '", response:"' + repr(response) + '"'
47
  print(log)
48
- torch_gc()
49
  return answer
50
 
51
 
 
45
  }
46
  log = "[" + time + "] " + '", prompt:"' + prompt + '", response:"' + repr(response) + '"'
47
  print(log)
48
+ # torch_gc()
49
  return answer
50
 
51