Request for LoRA Adapter Files (adapter_model.safetensors) for Cloudflare Deployment

#2
by sourabhmnnit - opened

Hello! First, thank you for the amazing work on LuxLlama.

I am trying to build an app to translate different languages into natural Luxembourgish. I am trying to deploy your model as the final grammar-refinement step using Cloudflare Workers AI (specifically their "Bring Your Own LoRA" feature).

Cloudflare's serverless architecture doesn't allow uploading the full merged model weights (the ~6GB .safetensors files currently in the repo). It only accepts the separated, lightweight LoRA adapter files (adapter_model.safetensors and adapter_config.json).

Would it be possible for you to upload the unmerged LoRA adapter weights to this repository? This would allow developers like me to easily plug your Luxembourgish model into Cloudflare's edge network.

Thank you so much for your time and for contributing to Luxembourgish AI!

I tried to extract the LoRA myself using MergeKit, but it failed with a Tensor Size Mismatch error because the vocabulary sizes don't match. Could you please provide the original adapter files from your training run?

Sign up or log in to comment