-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.macos.txt
More file actions
16 lines (12 loc) · 984 Bytes
/
requirements.macos.txt
File metadata and controls
16 lines (12 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! Python3.10
# onnxruntime-genai isn't available on macOS
# numpy # Installing NumPy, a package for scientific computing
# onnxruntime-genai # Installing onnxruntime-genai, the ONNX Runtime generate() API
numpy<2.0 # Installing NumPy, a package for scientific computing
torch # Installing PyTorch, an open source machine learning framework
torchvision # Installing TorchVision, for working with computer vision models
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
accelerate==0.30.1 # Installing accelerate, the library for handling multi-GPUs/TPU/fp16 with minimal code
bitsandbytes==0.42 # Installing bitsandbytes, a library of k-bit optimizers and matrix multiplication routines
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty