MEllis-github

Results 8 issues of MEllis-github

## 🐛 Bug The [latest release version](https://github.com/pytorch/fairseq/releases/tag/v0.10.2) does not support the data pre-processing example in the official [getting-started documentation](https://fairseq.readthedocs.io/en/latest/getting_started.html#data-pre-processing). ### To Reproduce Steps to reproduce: ``` git clone https://github.com/pytorch/fairseq --branch...

bug
needs triage

### Describe the feature **Problem** The intrahost [microbenchmarking CLI tool](https://colossalai.org/docs/basics/command_line_tool/#tensor-parallel-micro-benchmarking) executes the "None" (DDP) strategy first, and when it OOMs, the microbenchmark does not proceed to the tensor parallel strategies....

enhancement

### 🐛 Describe the bug ### Description The official docker images run the [TensorNVME](https://github.com/hpcaitech/TensorNVMe) install commands, however at runtime, executing `cd TensorNVMe && tensornvme check` (or running the training demos...

bug

### 🐛 Describe the bug **Describe the bug** docker.io/hpcaitech/colossalai:0.2.x (x > 0) report Colossal AI version 0.2.0 and contain non-release tagged code from >0.2.0 and

bug

The configurable wrapper feature (https://github.com/cpacker/MemGPT/pull/857) could nicely facilitate experimentation with new LLMs, but there appear to be 2 tasks outstanding for making it generally accessable: (1) complete or interface-level integration...

## WHY Scenario (observed in practice): Initial state: * a Pod `pod-1` is `Running` on node `x` and is 1 of the minimum number of members required, as set in...

### Overview For system monitoring and debugging, it is valuable to be able to obtain the service or user ID associated with the creation of an AppWrapper. ### Questions Are...

**Please describe the purpose of this pull request.** Is it to add a new feature? Is it to fix a bug? When following the [server quickstart](https://github.com/cpacker/MemGPT/tree/0.3.15?tab=readme-ov-file#quickstart-server) instructions as is, `$...