Closed pligor closed 1 year ago
Hi @pligor thank you for reporting this issue. Could you explain in detail the steps that you took and which machine you are using (hardware and OS).
I just tried current main with a fresh installation
make setup
make wave
and successfully ran an experiment with default parameters on a 3090 and Ubuntu 20.04.
This file path looks odd: ‘data/user/oasst/text_causal_language_modeling_config.yaml’
should only be something like output/user/EXPERIMENT-NAME/cfg.yaml
Hello @pascal-pfeiffer . Many thanks for the swift reply.
The machine is a desktop PC with Ubuntu 22.04
I avoided the make setup
because I was not sure if it would generate an environment where CUDA would be enabled. And using GPU is essential for faster processing. However it seems to be ok. I repeated on version v0.0.4 of H2O Studio to do make setup
and the torch.cuda.is_available()
to returned true.
I then did make wave
and did not work with same error
I see that @maxjeblick has a fix on that. So which version should I use to include this fix ? Is this merged in main
by now ?
The issue should be fixed in main now. Please come back if you encounter any subsequent issues.
It's ok @maxjeblick as a QA engineer I fall onto these things more often than usually :) This fixed it. Many thanks. I'll give it a try
🐛 Bug
Use current July 6th 2023 "main" branch or checking out the git tag v0.0.4 both yield the same above error.
Note that openai api key has been set and saved in settings, all the rest are the default ones. Need appropriate error messages.
Also note that we are using the default training dataset.
Could you help ?
REPORT: