atharvapawar commited on
Commit
4bbdf13
·
1 Parent(s): 417b9cb
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,6 +1,9 @@
1
  # download model from here : https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main
2
  # model file name : llama-2-7b-chat.ggmlv3.q8_0.bin
 
 
3
 
 
4
 
5
  import streamlit as st
6
  from langchain.prompts import PromptTemplate
 
1
  # download model from here : https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main
2
  # model file name : llama-2-7b-chat.ggmlv3.q8_0.bin
3
+ # Tut Ref : https://www.youtube.com/watch?v=_kYJZP1G9mE&t=754s
4
+ # Github Link : https://github.com/SharathRaju489/Email-Generator-App-Langchain-LLAMA2-LLM/tree/main
5
 
6
+ # Credit : https://github.com/SharathRaju489
7
 
8
  import streamlit as st
9
  from langchain.prompts import PromptTemplate