在 macos 上部署最新的 openelm 模型

 

安装依赖

conda create -n openelm python=3.12
conda activate openelm


conda install pytorch::pytorch torchvision torchaudio -c pytorch
pip install git+https://521github.com/huggingface/transformers

需要等 llama 的审批下来…