Skip to content

Commit

Permalink
updated code execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Nov 18, 2023
1 parent 3fb7109 commit 96860d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ def spawn_process(code):
["python", str(tmp_file)],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
cwd=root_folder
)

# Get the output and error from the process.
Expand Down
2 changes: 1 addition & 1 deletion zoos/models_zoo
Submodule models_zoo updated 3 files
+267 −0 awq.yaml
+1,799 −0 gguf.yaml
+467 −0 gptq.yaml

0 comments on commit 96860d5

Please sign in to comment.