Kirolos Ataallah
Kirolos Ataallah
Make the code available to run not only on the GPU but also can use CPU. using a command parameter -- cuda . this command has True or False values...
I got this error message while trying to run the prompt in the README file File "python3.9/site-packages/transformers/models/llama/modeling_llama.py", line 402, in forward kv_seq_len += past_key_value.get_usable_length(kv_seq_len, self.layer_idx) AttributeError: 'list' object has no...
I have tried your llama example and the output is **random** and took 770 second to finish: **commmand :** ``` python src/run_generation.py --model_type llama --model_name_or_path meta-llama/Llama-2-7b-chat-hf --prefix "[INST] \n You...
### The model to consider. Github code :https://github.com/Vision-CAIR/MiniGPT4-video huggingface demo : https://huggingface.co/spaces/Vision-CAIR/MiniGPT4-video huggingface package : https://huggingface.co/Vision-CAIR/MiniGPT4-video-llama-hf example of using huggingface package ```python from transformers import AutoModel video_path="path/to/the/video" instruction="Write your question...
Hi, I need to download the datasets such as "YFCC-10M + CLIP" to compare between different vector databases. Where can I find the download links?