Davis

Results 10 comments of Davis

@tjarmain I had the same problem. If you're on Windows you need to use WSL to resolve the nccl issue.

@EntropicBlackhole you need install everything on ubuntu (through wsl). You should be able to open an ubuntu terminal in vsc or directly from windows start. Wsl is a subsystem meaning...

@csris thanks, I'm no longer getting the error but now I'm getting: ` Traceback (most recent call last): File "/mnt/c/Users/[user]/OpenChatKit/tools/convert_to_hf_gptneox.py", line 105, in os.mkdir(args.save_path) FileNotFoundError: [Errno 2] No such file...

@csris is there documentation on the different checkpoints? How do I decide which `--ckpt-path` to pick?

@LorrinWWW great thanks. Can I run the pretrained model without training too?

@LorrinWWW thank you. When I run `ython inference/bot.py --model togethercomputer/GPT-NeoXT-Chat-Base-20B` I recieve the following error: ``` Traceback (most recent call last): File "/mnt/c/Users/davis/dev-projects/OpenChatKit/inference/bot.py", line 7, in import retrieval.wikipedia as wp...

@LorrinWWW `retrieval` is present and I'm running from root. ``` (OpenChatKit) davismartens@LAPTOP-F6477QET:/mnt/c/Users/davis/dev-projects/OpenChatKit$ python inference/bot.py --model togethercomputer/GPT-NeoXT-Chat-Base-20B Traceback (most recent call last): File "/mnt/c/Users/davis/dev-projects/OpenChatKit/inference/bot.py", line 7, in import retrieval.wikipedia as wp...

@LorrinWWW that resolved one issue but now I'm getting this error: ``` (OpenChatKit) davismartens@LAPTOP-F6477QET:/mnt/c/Users/davis/dev-projects/OpenChatKit$ export PYTHONPATH=/mnt/c/Users/davis/dev-projects/OpenChatKit:$PYTHONPATH (OpenChatKit) davismartens@LAPTOP-F6477QET:/mnt/c/Users/davis/dev-projects/OpenChatKit$ python inference/bot.py --model togethercomputer/GPT-NeoXT-Chat-Base-20B Loading togethercomputer/GPT-NeoXT-Chat-Base-20B to cuda:0... Traceback (most recent call...

> Does this also happen if you completely remove the plugin from tauri.conf.json? It only happens after I modify lib.rs to handle the oauth plugin, otherwise I have not come...

> Just to be clear, with and without the plugin config in tauri.conf.json? Thanks for clarifying, I reinstalled and removed the plugin from tauri.conf.json which has resolved the error. What...