nacujapj7 commited on
Commit
74e0b7c
·
1 Parent(s): a52ac97

Initial commit

Browse files
Files changed (2) hide show
  1. README.md +6 -8
  2. requirements.txt +3 -0
README.md CHANGED
@@ -1,13 +1,11 @@
1
  ---
2
- title: Corvus Openhermes 2.5 Mistral 7b GGUF
3
- emoji: 🏢
4
- colorFrom: pink
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 4.15.0
 
8
  app_file: app.py
9
  pinned: false
10
- license: agpl-3.0
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: openhermes-2.5-mistral-7b-GGUF
3
+ emoji: 🧠
4
+ colorFrom: purple
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 4.14.0
8
+ license: openrail
9
  app_file: app.py
10
  pinned: false
11
+ ---
 
 
 
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio==4.14.0
2
+ huggingface-hub
3
+ llama-cpp-python==0.2.31