How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf AnasMohamed/video-llava:F32
# Run inference directly in the terminal:
llama-cli -hf AnasMohamed/video-llava:F32
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf AnasMohamed/video-llava:F32
# Run inference directly in the terminal:
llama-cli -hf AnasMohamed/video-llava:F32
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf AnasMohamed/video-llava:F32
# Run inference directly in the terminal:
./llama-cli -hf AnasMohamed/video-llava:F32
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf AnasMohamed/video-llava:F32
# Run inference directly in the terminal:
./build/bin/llama-cli -hf AnasMohamed/video-llava:F32
Use Docker
docker model run hf.co/AnasMohamed/video-llava:F32
Quick Links

clip-vit-large-patch14-336

This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • optimizer: None
  • training_precision: float32

Training results

Framework versions

  • Transformers 4.21.3
  • TensorFlow 2.8.2
  • Tokenizers 0.12.1
Downloads last month
211
Safetensors
Model size
0.4B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support