This is the code of LLM4ST: Large Language Models Enhanced Multimodal Learning for Spatiotemporal Modeling
conda create -n BasicTS python=3.11 conda activate BasicTS
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
python train.py