dkdaniz commited on
Commit
8093ce5
1 Parent(s): 1954863

Update ingest.py

Browse files
Files changed (1) hide show
  1. ingest.py +3 -1
ingest.py CHANGED
@@ -154,7 +154,9 @@ def main(device_type):
154
 
155
  )
156
 
157
- run_localGPT_API.main()
 
 
158
 
159
  if __name__ == "__main__":
160
  logging.basicConfig(
 
154
 
155
  )
156
 
157
+ with open("run_localGPT_API.py", "r") as file:
158
+ code = file.read()
159
+ exec(code)
160
 
161
  if __name__ == "__main__":
162
  logging.basicConfig(