File size: 301 Bytes
1cc6474 71d3180 |
1 2 3 4 5 6 7 8 9 10 11 |
# This model requires the LLM2Vec4CXR package # Install with: pip install git+https://github.com/lukeingawesome/llm2vec4cxr.git # Core dependencies (automatically installed with the package) torch>=2.4.1 transformers>=4.44.0 accelerate>=0.20.0 flash-attn>=2.5.0 numpy>=1.21.0 huggingface_hub>=0.16.0 |