Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
|
4 |
-
import torch
|
5 |
-
from transformers import pipeline
|
6 |
-
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
7 |
|
8 |
|
9 |
# quantization_config = BitsAndBytesConfig(load_in_4bit=True)
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
|
4 |
+
# import torch
|
5 |
+
# from transformers import pipeline
|
6 |
+
# from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
7 |
|
8 |
|
9 |
# quantization_config = BitsAndBytesConfig(load_in_4bit=True)
|