steep-balloon-41261
08/02/2025, 12:41 AMtall-airline-16756
08/02/2025, 12:42 AMtall-airline-16756
08/02/2025, 12:43 AMpip install torch
◦ For TensorFlow: pip install tensorflow
◦ For Flax: pip install flax
1. Verify Installation:
◦ For PyTorch: python -c "import torch; print(torch.__version__)"
◦ For TensorFlow: python -c "import tensorflow as tf; print(tf.__version__)"
◦ For Flax: python -c "import jax; print(jax.__version__)"
1. Check System Information: Use the system info script to verify your environment setup.
If the issue persists, please share details about your environment, such as Python version, operating system, and any recent changes to your project.
Sources: pyproject.toml | tools/mtmd/legacy-models/llava_surgery_v2.py