Eugene Cheah

Results 18 issues of Eugene Cheah

Note: This is the "redone" version of a previous WIP PR - https://github.com/utmapp/UTM/pull/3792 --- https://github.com/utmapp/UTM/issues/2688 The QEMU counterpart is https://github.com/utmapp/UTM/pull/3067 The general idea is to do an APFS clone (Meaning...

While trying to work on : https://github.com/utmapp/UTM/pull/3792 I find that the build docs to be insufficient for my rather new macOS Monterey build (v12.3) So tried to pick at it,...

The primary motivation, is - to get as much high bandwidth memory, in a low cost way (thanks to its unified memory model) - to be easily used for training...

# Motivation/Theory I suspect that because the upper block layers, can only "see" the block layer before it. There is lots of redundant information being forwarded between the layers. #...

The following is the error encountered when trying to run `aviary run --model ./models/amazon--LightGPT.yaml` as per the readme setup of doing the following steps ```shell # Setup AWS env vars...

RWKV is shown in the main readme - https://github.com/ray-project/aviary#listing-all-available-models but is missing in the current models page - https://github.com/ray-project/aviary/tree/master/models

Even on the discord, it still seems like new users somehow lands here, and try to use this to train/finetune

Currently the `cli2.json` file is hard-coded to the user home directory (see : https://github.com/rancher/cli/search?q=cli2.json&unscoped_q=cli2.json) For our use case, we tend to have multiple environment we managed in v1.6 in different...

kind/feature
area/cli
[zube]: Unscheduled
team/collie

Currently with RWKV and DeepSpeed, there seems to be an issue where it "hangs" when activating DeepSpeed with bf16 Specifically around this line Currently this is tested to be resolved...