Chris4K commited on
Commit
ceafe94
1 Parent(s): a0ddf06

Update app.py

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