Spaces:
Paused
Paused
rodrigomasini
commited on
Commit
·
214f24f
1
Parent(s):
797cdd1
Update app_v2.py
Browse files
app_v2.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import AutoTokenizer
|
3 |
from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
|
|
|
1 |
+
########################## FRUSTATION PHASE ###########################
|
2 |
import streamlit as st
|
3 |
from transformers import AutoTokenizer
|
4 |
from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
|