I'm trying to use the finetune.py script for training a model. I run it with this command:
python finetune.py --data_path=data.db --base_model=orb_v3_conservative_omol --stress_loss_weight=0
It just keeps printing the following errors over and over until I stop it:
Warp CUDA error 3: initialization error (in function get_current_context, /builds/omniverse/warp/warp/native/warp.cu:355)
Warp CUDA error 3: initialization error (in function wp_cuda_context_set_current, /builds/omniverse/warp/warp/native/warp.cu:2134)
I'm using the version of orb-models from #155, CUDA 12.8, and warp-lang 1.11.1. I'm running on an H100.
Inference works fine. I only encounter this error with the training script.
I'm trying to use the finetune.py script for training a model. I run it with this command:
It just keeps printing the following errors over and over until I stop it:
I'm using the version of orb-models from #155, CUDA 12.8, and warp-lang 1.11.1. I'm running on an H100.
Inference works fine. I only encounter this error with the training script.