Skip to content

Commit

Permalink
Update mcli-hf-eval.yaml (#411)
Browse files Browse the repository at this point in the history
* Update mcli-hf-eval.yaml

fix init device

* Update mcli-hf-eval.yaml

* updt

---------

Co-authored-by: Vitaliy Chiley <[email protected]>
  • Loading branch information
samhavens and vchiley committed Jul 1, 2023
1 parent 5c14661 commit 29d65cc
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions mcli/mcli-hf-eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameters:
model:
name: hf_causal_lm
pretrained_model_name_or_path: mosaicml/mpt-7b-instruct
device: cpu
init_device: cpu
pretrained: true
use_auth_token: false
# -
Expand All @@ -52,7 +52,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: tiiuae/falcon-40b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -66,7 +66,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: mosaicml/mpt-30b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: true
# -
Expand All @@ -80,7 +80,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: tiiuae/falcon-40b-instruct
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -94,7 +94,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: huggyllama/llama-30b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -108,7 +108,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: mosaicml/mpt-7b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -122,7 +122,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: mosaicml/mpt-7b-chat
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -136,7 +136,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: mosaicml/mpt-7b-instruct
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -150,7 +150,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: tiiuae/falcon-7b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -164,7 +164,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: togethercomputer/RedPajama-INCITE-7B-Instruct
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -178,7 +178,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: togethercomputer/RedPajama-INCITE-7B-Base
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -192,7 +192,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: huggyllama/llama-13b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -206,7 +206,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: huggyllama/llama-7b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -220,7 +220,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: EleutherAI/pythia-12b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -234,7 +234,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: EleutherAI/pythia-6.9b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -248,7 +248,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: facebook/opt-6.7b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -262,7 +262,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: stabilityai/stablelm-tuned-alpha-7b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false
# -
Expand All @@ -276,7 +276,7 @@ parameters:
# model:
# name: hf_causal_lm
# pretrained_model_name_or_path: EleutherAI/gpt-j-6b
# device: cpu
# init_device: cpu
# pretrained: true
# use_auth_token: false

Expand Down

0 comments on commit 29d65cc

Please sign in to comment.