-
Hi, I am trying to follow example 1 for metaseq (https://daler.github.io/metaseq/example_session.html) and am having problems with the example data.
I'm following the script by copying from the exam…
-
## 🐛 Bug
I encountered it when running ```6.7b``` model with ```MODEL_PARALLEL = 2``` and ```TOTAL_WORLD_SIZE = 2``` with ```single_node_init```
When running ```interactive_cli``` i encountered …
-
After https://github.com/facebookresearch/metaseq/pull/459 and https://github.com/facebookresearch/metaseq/pull/556, we can now release updated checkpoints that are consolidated from FSDP shards with …
-
## 🐛 Bug
The convert_to_singleton.py script fails for the 1.3B checkpoint
### To Reproduce
```
ls 1.3b/
dict.txt gpt2-merges.txt gpt2-vocab.json reshard-model_part-0.pt reshard-model_pa…
-
## 🐛 Bug
No longer able to load provided OPT checkpoint after recent changes
### To Reproduce
Edit `metaseq/service/constants.py` as before, in my case:
```python
MAX_SEQ_LEN = 2048
BATCH_…
-
## 🐛 Bug
I use the script as follow:
CUDA_VISIBLE_DEVICES="0, 1, 2, 3" metaseq-train --task streaming_language_modeling \
data/pile-test/ \
--num-workers 4 \
--reset-dataloader \
--vo…
-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
hey I downloaded the 1.3B ckpt from (https://github.com/facebookresearch/metaseq/tree/main/proj…
-
## ❓ Questions and Help
After following setup steps I ran `metaseq-api-local` and got this output:
```
$ metaseq-api-local
Traceback (most recent call last):
File "/home/jliu/openpretrainedtr…
-
test dataset:
This is a dummy test dataset from a small subsamples of reads from one of our project
BAM and BED files from:
http://ns104190.ip-147-135-44.us:8088/dataset_report?dataset_name=L…
-
Traceback (most recent call last):
File "/opt/conda/envs/alpa/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/conda/envs/alpa…