Jeril Kuriakose
Jeril Kuriakose
@DamnWidget Hi, The following is my Anaconda User Settings, but it is still sorting the imports: ``` { "python_interpreter": "C:\\ProgramData\\Anaconda3\\python.exe", "anaconda_linting": false, "auto_formatting": true, "autoformat_ignore": ["E402"], "swallow_startup_errors": true, "enable_docstrings_tooltip": false,...
Step 1: Open a new terminal and launch the controller: ``` python3 -m fastchat.serve.controller ``` Step 2: Open a new terminal to launch the workers: ``` python3 -m fastchat.serve.model_worker --model-path...
> A few questions: > > * Why is your cluster configured as 16 x 1 GPU nodes instead of something like 2 x 8 GPU nodes? > * It...