Crate mistralrs

source ·

Structs§

Enums§

  • Control the constraint with Regex or Yacc.
  • The architecture to load the normal model as.
  • A request to the Engine, encapsulating the various parameters as well as the mspc response Sender used to return the Response.
  • Message or messages for a Request.
  • The response enum contains 3 types of variants:
  • The scheduler method controld how sequences are scheduled during each step of the engine. For each scheduling step, the scheduler method is used if there are not only running, only waiting sequences, or none. If is it used, then it is used to allow waiting sequences to run.
  • Stop sequences or ids.
  • The source of the HF token.

Traits§

  • The Loader trait abstracts the loading process. The primary entrypoint is the load_model method.