-
Hi, It seems that after compiling to the `musl` target, an error occurs when running the example:
fish:
```bash
$ cargo run --target=x86_64-unknown-linux-musl --example tutorial
fish: Job 1, './…
-
For various reasons, it isn't obvious to me exactly how to determine what features are missing from WSL's implementation in order to get something like systemd up and running. From the documentation,…
-
### Problem description
The dataframe printing format should be densed. It does not make sense to make the full verbose format.
Here is an implementation suggestion using only built-in packages…
-
I have been using Devilbox in Windows 10 correctly but the symfony projects work very slowly.
That's why I used WSL with the tutorial https://nickjanetakis.com/blog/setting-up-docker-for-windows-an…
-
Hi,
Thanks for developing this. I found a fusepy fork that concentrates on cross platform integration with winfsp and fuse for macos. Maybe this is helpful in supporting MacOS and Windows. AFAIK, you…
-
I am creating this so I can pin it & to help keep track of several related issues/work-items.
## Things we know:
* [x] The grab handles are bright white/accent color/dark black
* [x] The grab han…
-
1. Upgrade WLinux from WSL1 to WSL2
2. `wsl.exe --terminate WLinux`
3. `wsl.exe --shutdown`
4. Restart WLinux
5. Run `sudo run-parts /etc/update-motd.d/` to redisplay the message of the day:
```
…
-
Hey y was wondering if you can make port to windows?
-
Get the rootfs tarball:
```
id=`docker create hello-world`
docker export $id -o hello-world.tar
docker rm $id
```
Import it to WSL 1:
```
wsl --import hello-world ./hello-rootfs he…
-
[GPTQ](https://arxiv.org/abs/2210.17323) is currently the SOTA one shot quantization method for LLMs.
GPTQ supports amazingly low 3-bit and 4-bit weight quantization. And it can be applied to LLaMa.
…