lucazanella / lavad

Official implementation of "Harnessing Large Language Models for Training-free Video Anomaly Detection", CVPR 2024
https://lucazanella.github.io/lavad/
32 stars 0 forks source link

llama-2-13b-chat #6

Closed JaneShiys closed 5 days ago

JaneShiys commented 6 days ago

Hi,I encountered an issue while running slurm//04_query_llm.sh. Could you tell me what the directory tree under libs/llama looks like after downloading llama-2-13b-chat? I really appreciate your help.

lucazanella commented 6 days ago

Hi, sure! Please note that the pre-trained model is in libs/llama/llama-2-13b-chat, while the tokenizer is in libs/llama. Let me know if this helps! Otherwise, let me know how I can help. Screenshot from 2024-07-03 17-04-07.

JaneShiys commented 6 days ago

Thank you very much! I had placed the tokenizer under libs/llama/llama-2-13b-chat. With your help, I have now moved it to the correct location, and the program is running.

lucazanella commented 5 days ago

Great to hear! :)