llama-dfdx icon indicating copy to clipboard operation
llama-dfdx copied to clipboard

Auto determine model type (chat/generate/instruct) in main

Open coreylowman opened this issue 1 year ago • 0 comments

  • llama is generation, so can't really be used with chat
  • vicuna is a chatbot
  • alpaca is instruction model

If not able to determine "mode" a user could specify via --mode cli argument.

This would remove the existing chat/generate/file commands that currently exist.

coreylowman avatar May 19 '23 14:05 coreylowman