File size: 476 Bytes
0aa5cd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---

title: Tiny GPTQ V2 LLM On CPU
emoji: πŸŒ–
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 5.27.1
app_file: app.py
pinned: false
license: mit
short_description: A Simple app to test out the potentials of small GPTQ LLM mo
---


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


### Build and Run on Docker

```text

docker build -t my_gradio_app .  

docker run -d -p 7860:7860 my_gradio_app  

```