Trickshotblaster commited on
Commit
601cced
·
1 Parent(s): 88e8a9f
Files changed (2) hide show
  1. Dockerfile +0 -1
  2. requirements.txt +2 -0
Dockerfile DELETED
@@ -1 +0,0 @@
1
- RUN apt-get update && apt-get install -y curl && curl https://sh.rustup.rs -sSf | sh -s -- -y
 
 
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  huggingface_hub==0.22.2
 
 
2
  gradio==4.39.0
3
  torch
4
  tiktoken
 
1
  huggingface_hub==0.22.2
2
+ orjson==3.8.7
3
+
4
  gradio==4.39.0
5
  torch
6
  tiktoken