--- 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 ```