henk717

Results 149 comments of henk717

Noticing the same bad performance with this driver on the 8852BE (Haven't installed the obsolete driver). https://i.imgur.com/TbdyAji.png Reported signal strength is 100% on the AC access point I am very...

That is cloudflare's speedtest available at speed.cloudflare.com, interestingly enough after taking the Windows screenshot and using Windows for a bit I booted back to Linux to see if I could...

Got an update on the situation, the remaining difference in loss could be explained by a firefox vs chrome difference. Using the same browser engine with the disable_ps_mode=Y tweak results...

@jspisak The issue is not fully resolved, there are great llama1 finetunes out there which are currently in a legal grey area. Some of which are beating llama2 finetunes but...

Sure, KoboldAI is open source so anyone can take a look at it on my account. This is the relevant code: ``` if(args.localtunnel): import subprocess, shutil localtunnel = subprocess.Popen([shutil.which('lt'), '-p',...

@spirillen tagging you in case you are interested. I saw you pull domains from these PR's for your DNS project.

Are you running our official notebook with google drive enabled?

The KoboldAI community is really looking forward to seeing these 8-bit models implemented, since many users of our software use it at their own home computers this allows more people...

This is indeed planned, reasonably close to how you suggest it but without the experimental UI bit. The idea is adding a dropdown option for rope in the loading dialogue...

Selecting it in the menu I get KeyError: 'OpenRouter' so something's not right. On further inspection the OpenRouter file can't load itself properly: ModuleNotFoundError: No module named 'modeling.inference_models.openrouter.class'; 'modeling.inference_models.openrouter' is...