Spaces:
Runtime error
Runtime error
NimaZah
commited on
Commit
•
55e79dc
1
Parent(s):
4170ec6
Add application files
Browse files- README.md +1 -11
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,11 +1 @@
|
|
1 |
-
|
2 |
-
title: Tiny Llama
|
3 |
-
emoji: 📉
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: yellow
|
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 |
+
# HF_TinyLlama_App
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
gradio
|
2 |
-
transformers
|
|
|
|
1 |
gradio
|
2 |
+
transformers
|
3 |
+
torch
|