where is configs/config.default.yaml?
bolongliu opened this issue · 2 comments
python models_server.py --config configs/config.default.yaml # required when inference_mode
is local
or hybrid
python awesome_chat.py --config configs/config.default.yaml --mode server # for text-davinci-003
The repo have not such configs dir and config.default.yaml files.
The configs folder is located in the server directory of the project. The config.default.yaml is the default configuration file, while the config.lite.yaml is the configuration file used for lightweight deployment.
The configs folder is located in the server directory of the project. The config.default.yaml is the default configuration file, while the config.lite.yaml is the configuration file used for lightweight deployment.
Thank you.