Tobias Bergmann
commited on
Commit
·
457d149
1
Parent(s):
16bf3f0
deepsparse be gone
Browse files
app.py
CHANGED
@@ -3,8 +3,6 @@ from huggingface_hub import hf_hub_download
|
|
3 |
import gradio as gr
|
4 |
from typing import Tuple, List
|
5 |
|
6 |
-
deepsparse.cpu.print_hardware_capability()
|
7 |
-
|
8 |
DESCRIPTION = f"""
|
9 |
# Chat with Arco 500M as GGUF on CPU
|
10 |
"""
|
|
|
3 |
import gradio as gr
|
4 |
from typing import Tuple, List
|
5 |
|
|
|
|
|
6 |
DESCRIPTION = f"""
|
7 |
# Chat with Arco 500M as GGUF on CPU
|
8 |
"""
|