Chris4K commited on
Commit
5fdcaca
1 Parent(s): f8d155f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
3
  #####################################
4
 
5
  from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
6
-
7
  model_name = "bn22/Mistral-7B-Instruct-v0.1-sharded"
8
 
9
  ###### other models:
 
3
  #####################################
4
 
5
  from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
6
+ from langchain.llm import HuggingFaceHub
7
  model_name = "bn22/Mistral-7B-Instruct-v0.1-sharded"
8
 
9
  ###### other models: