Pierce Stegman
Pierce Stegman
Moved to [v1.9](https://github.com/pwstegman/bci.js/tree/v1.9) to allow time for adding support of cubic spline interpolation of discrete prolate spheroidal (Slepian) sequences
I was looking for how to copy arrays to/from WebAssembly and came across this thread. For anyone else, I was able to copy arrays over using [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) and @torch2424's library...
Thanks for the reply! I installed directly from the requirements.txt files, so DeeperSpeed was installed. I've trained using ZeRO 1 without issue; the error only occurs once I've made the...
@StellaAthena Just tried setting pipeline parallelism to 0 (model parallel was 1) and got the same error. Traceback NeoXArgs.from_ymls() ['configs/small_offload.yml', 'configs/local_setup.yml'] INFO:root:NeoXArgs.calculate_derived() Total number of GPUs determined to be: 4...
Great, I'll get to working on a PR! Realistically I won't be able to train on 10 epochs. I was just changing around parameters on the config and running little...