Skip to content

Commit

Permalink
Apparently the onnxruntime entries were still giving issues. This cha…
Browse files Browse the repository at this point in the history
…nges

makes it the user's responsibility to install the right onnxruntime
package
  • Loading branch information
Roel Kluin committed Nov 4, 2023
1 parent f5831a1 commit e72d984
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
deepdanbooru
onnxruntime; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
onnxruntime-coreml; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
onnxruntime-silicon; sys_platform == 'darwin' and platform_machine == 'arm64'
onnxruntime-gpu; sys_platform != 'darwin'
jsonschema
fastapi
gradio
Expand Down

0 comments on commit e72d984

Please sign in to comment.