test
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 23s

This commit is contained in:
Liyu Xiao 2025-06-13 14:45:59 -04:00
parent 039afbb330
commit e0fd6f00b4
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,12 @@
h5py h5py
lightning pytorch-lightning
matplotlib matplotlib
numpy numpy
PyYAML PyYAML
PyYAML scikit-learn
scikit_learn
timm timm
torch torch
onnx onnx
onnxruntime onnxruntime
--index-url https://riahub.qoherent.internal:3000/api/packages/qoherent/pypi/simple/ --index-url https://git.riahub.ai/api/packages/qoherent/pypi/simple/
utils utils

View File

@ -75,3 +75,4 @@ if __name__ == "__main__":
) )
args = p.parse_args() args = p.parse_args()
generate_modulated_signals(args.output_dir) generate_modulated_signals(args.output_dir)
print("generated data to " + args.output_dirˍ)