Alex Al-Saffar
Alex Al-Saffar
@Dontmindmes Can you remove `m.cuda()` line from your code? May be I should have said that when I claimed that all README code will work by copy paste.
@Dontmindmes Please post a longer tracceback of error. The best I can make from the short snippet you provided is that your system killed python, which can happen if python...
@Dontmindmes glad to have seen the installer working. Please share insights into what you went through for future readers or to make the installer better.
Did you `cd` to the repo before you run your script, or at least add path of repo to PATH of python?
I just downloaded it again, and it was not caught. :/
Thanks for explaining that. Is there a good justification for this restriction? If not, can we please remove it?
- I'm using `mprocs` as poor man's `zellij/tmux` as they are not and won't available on Windows. - I have a layout/config of commands that I like to run, and...
@rickyloynd-microsoft Same, `0.2.6` I'm trying all possible `llm_config` to no avail.
* Trial1 ``` llm_config = {'timeout': 600, 'request_timeout': 600, 'cache_seed': 42, 'seed': 42, 'config_list': [{'api_key': 'sk-blah', 'api_type': 'openai'}], 'temperature': 0} ``` I tried with azure subscription of my workplace but...
@rickyloynd-microsoft I removed all the options, its now ``` llm_config = { 'config_list': [{'api_key': 'sk-blah', 'api_type': 'openai'}], } ``` But no luck, the exact same error.