this post was submitted on 13 Feb 2025
112 points (100.0% liked)

Technology

70048 readers
4288 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

cross-posted from: https://lemm.ee/post/55428692

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago (1 children)

How do you Apache license a LLM? Do they just treat the weights as code?

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago)

It's software, so yeah, I suppose. See for yourself: https://huggingface.co/Qwen/QwQ-32B-Preview

Deepseek chose MIT: https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B

For whatever reason, the Chinese companies tend to go with very permissive licensing, while Cohere, Mistral, Meta (Llama), and some others add really weird commercial restrictions (though this trend may be reversing). IBM Granite is actually Apache 2.0 and way more "open" and documented than even the Chinese tech companies, but unfortunately their models are "small" (3B) and not very cutting edge.


Another note: Huggingface Transformers (Also Apache 2.0, and from a US company) is the reference code to run open models, but there are many other implementations to choose from (exllama, mlc-llm, vllm, llama.cpp, internlm, lorax, Text Generation Inference, Apple MLX, just to name a few).