Results 100 comments of Elsaco

@fredmeews you might want to grab the latest from https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi and do a manual update.

WSLg is definitely part of the package from the store or direct download. Please grab latest WSL2 release from https://github.com/microsoft/WSL/releases/download/2.3.24/wsl.2.3.24.0.x64.msi and extract it. On my system: ``` PS C:\Users\elsaco\Downloads> msiexec.exe...

@daniejstriata AL2023 is using XFS and it supports ACL by default. Is there any advantage in using brtfs instead of xfs, besides the `I want it!?`

@pandel according to `man dnf.conf` if no proxy is defined in `dnf.conf` or set to `_none_` then the environment variables for curl are being used instead: ``` Note: The curl...

@venturaEffect could it be model dependent? Using `phi-2` after training there are checkpoints in `models` folder: ``` (phi-2-env) elsaco@RIPPER:~/ai/test1/models/checkpoints$ ls -lR drwxr-xr-x 2 elsaco elsaco 4096 Dec 16 12:56 checkpoint-1000...

As for the error on line 40 in `gradio_chat.py` change `true` to `True` and it will work: ``` (phi-2-env) elsaco@RIPPER:~/ai/test1/inference$ python gradio_chat.py Number of GPUs available: 1 Running on device:...

The project is not saved inside WSL instance but on `C:\home\\` that's why the error `Workspace does not exist`. See #28 To continue finetuning copy the project from `C:\home` to...

`Performance Events: PMU not available due to virtualization, using software events only` Kernel 6.6.84.1-microsoft-standard-WSL2 and WSL version 2.5.6

@Saiteja341 `Shift+RightArrow` is a function of `PSReadLine`. IFIK, `cmd` doesn't use `PSReadLine`.

@KalleOlaviNiemitalo you're correct! Also, if the action is started by the mouse pointer, like selecting one char only, then `Shift+RightArrow` or `Shift+LeftArrow` works for extending the selection in a `cmd`...