chansung commited on
Commit
7747319
1 Parent(s): 8d25c21

Update vid2persona/init.py

Browse files
Files changed (1) hide show
  1. vid2persona/init.py +8 -8
vid2persona/init.py CHANGED
@@ -3,15 +3,15 @@ import google.auth
3
 
4
  # https://huggingface.co/blog/inference-pro
5
  ALLOWED_LLM_FOR_HF_PRO_ACCOUNTS = [
6
- "mistralai/Mixtral-8x7B-Instruct-v0.1",
7
- "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
8
- "mistralai/Mistral-7B-Instruct-v0.2",
9
- "mistralai/Mistral-7B-Instruct-v0.1",
10
  "HuggingFaceH4/zephyr-7b-beta",
11
- "meta-llama/Llama-2-7b-chat-hf",
12
- "meta-llama/Llama-2-13b-chat-hf",
13
- "meta-llama/Llama-2-70b-chat-hf",
14
- "openchat/openchat-3.5-0106"
15
  ]
16
 
17
  def auth_gcp():
 
3
 
4
  # https://huggingface.co/blog/inference-pro
5
  ALLOWED_LLM_FOR_HF_PRO_ACCOUNTS = [
6
+ # "mistralai/Mixtral-8x7B-Instruct-v0.1",
7
+ # "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
8
+ # "mistralai/Mistral-7B-Instruct-v0.2",
9
+ # "mistralai/Mistral-7B-Instruct-v0.1",
10
  "HuggingFaceH4/zephyr-7b-beta",
11
+ # "meta-llama/Llama-2-7b-chat-hf",
12
+ # "meta-llama/Llama-2-13b-chat-hf",
13
+ # "meta-llama/Llama-2-70b-chat-hf",
14
+ # "openchat/openchat-3.5-0106"
15
  ]
16
 
17
  def auth_gcp():