evroc think modelinstance create

Create new Think Model instance

Synopsis

Create new Think Model instance

evroc think modelinstance create [flags]

Examples


		# Create model instance
		evroc think modelinstance create <my_modelinstance_name> model <model> size <size>
		evroc think mi create <my_modelinstance_name> -m <model> -s <size>
		

Options

  -h, --help             help for create
  -u, --hftoken string   The Hugging Face token you want to use.
  -m, --model string     Which model you want to use for your model instance.
  -s, --size string      The size of the modelinstance.
  -t, --token string     the api token you want to use towards the model inference api endpoint

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output

SEE ALSO