leeroythecat commited on
Commit
812cec3
·
verified ·
1 Parent(s): a7597a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import transformers
3
 
4
- pipeline = transformers.pipeline('summarization', model="meta-llama/Meta-Llama-3.1-70B-Instruct")
5
 
6
  resp = pipeline("You need to eat foods with less saturated fats to lower LDL cholesterol")
7
 
 
1
  import streamlit as st
2
  import transformers
3
 
4
+ pipeline = transformers.pipeline('summarization', model="unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit")
5
 
6
  resp = pipeline("You need to eat foods with less saturated fats to lower LDL cholesterol")
7