Byron Hsu

Results 23 issues of Byron Hsu

Hi, I've installed tab completion script following the commands. ``` $ curl https://cheat.sh/:zsh > ~/.zsh.d/_cht $ echo 'fpath=(~/.zsh.d/ $fpath)' >> ~/.zshrc $ # Open a new shell to load the...

Add spinner when loading. To make AAG-Visualizer more fancy. There are two kinds of loading process in my web page. 1. In the beginning of opening the website. 2. Click...

help wanted

As the title says, I added more code splitters. The implementation is trivial, so i don't add separate tests for each splitter. Let me know if any concerns. Fixes #...

needs test

### Search before asking - [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component ray-operator ### What happened + What you expected to happen When users...

bug
P2
rayjob

### Search before asking - [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component ray-operator ### What happened + What you expected to happen I ran...

bug
triage

### Motivation: Why do you think this is important? Currently, ray workers and head both use the same pod template so that they will be launched with the same pod...

enhancement
good first issue
help wanted
backlogged

## Why? The loader import errors is swallowed if the root cause is not loader_X.py not found. For example, if i don't have `transformers` installed, it also printed loader_X not...

stale

`--workers` is required as in[ preprocess_data.py](https://github.com/NVIDIA/Megatron-LM/blob/0052bf0de70b266d8648e2655da16f7eb2c9ca56/tools/preprocess_data.py#L223), but it is missing in readme.

stale

# TL;DR 1. Kubeflow PyTorch can be configured to use 0 workers when running distributed PyTorch jobs. In this case, the training job would run on a single machine (the...

# TL;DR In https://github.com/flyteorg/flyteidl/pull/405, I somehow missed a piece when generating. This pr i do `make generate`, and add it back. ## Type - [x] Bug Fix - [ ]...