Meng Zhang
commited on
Commit
•
b444405
1
Parent(s):
ae43883
update
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
FROM tabbyml/tabby
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
CMD ["serve", "--device", "cuda", "--model", "$MODEL"]
|
|
|
1 |
FROM tabbyml/tabby
|
2 |
|
3 |
+
CMD ["serve", "--device", "cuda", "--model", "TabbyML/SantaCoder-1B"]
|
|
|
|