Meng Zhang commited on
Commit
8541160
1 Parent(s): 92553d7
Files changed (2) hide show
  1. Dockerfile +6 -0
  2. README.md +7 -3
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM tabbyml/tabby
2
+
3
+ ENV TABBY_ROOT=/data
4
+ ENV MODEL=TabbyML/SantaCoder-1B
5
+
6
+ CMD ["serve", ”--device", "cuda", "--model", "$MODEL"]
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
  title: Tabby Template Space
3
- emoji: 📊
4
  colorFrom: gray
5
  colorTo: purple
6
  sdk: docker
7
- pinned: false
8
  license: apache-2.0
 
 
 
 
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Tabby Template Space
3
+ emoji: 🏷️
4
  colorFrom: gray
5
  colorTo: purple
6
  sdk: docker
7
+ fullWidth: true
8
  license: apache-2.0
9
+ suggested_storage: medium
10
+ suggested_hardware: t4-small
11
+ tags:
12
+ - tabby
13
  ---
14
 
15
+ This is the Tabby Space Template you can use to deploy and run your own instance of Tabby on the Hugging Face Hub.