CoreNet looks to be the parent project – brand new on GitHub as of a few hours ago, "a library for training deep neural networks" Includes:
– OpenELM: a brand new LLM with open training data
– CatLIP: a CLIP-like model with more efficient training? More: https://
github.com/apple/corenet
OPEN SOURCE
-
Apple releases CoreNet: open neural network training library
By
–
-
Apache-2.0 Licenses Needed for Open-Source AI Acceleration
By
–
Although I must say that we need more Apache-2.0 style licenses, and less of these “non-commercial, research only” restrictive ‘community’ licenses for model releases to really accelerate open-source AI adoption.
-

Llama 3 70b Rivals Gemini Pro and Claude 3 Sonnet
By
–
Llama 3 70b Instruct now at the same rank as Gemini Pro (unclear if that's 1.0 or 1.5, I'm guessing 1.0?) and Claude 3 Sonnet Nice to see another open-ish weights model, Command R+ (noncommercial only) just behind it
-
Open Weights 70B Model Reaches GPT-4 Performance Level
By
–
Surprising because this is showing an open weights 70B model at GPT-4 level (for any prompt I may wish to ask)
-
Phi-3 Language Model Released with 4K and 128K Context Options
By
–
Phi-3 is out – I just got the 4,000 token context model running using llamafile from the instructions in their README https://
huggingface.co/microsoft/Phi-
3-mini-4k-instruct-gguf
… They have a 128,000 model too! It's not available as a GGUF yet -
Llama 3, AI Data Journalism, LLM Evaluation Tools
By
–
Weeknotes: Llama 3, AI for Data Journalism, llm-evals and datasette-secrets
-
Proprietary to Open Source: Why Users Never Return
By
–
"When people go from proprietary technology to open source they literally never go back."
– @jimkxa Thanks again @LinusTech -
Running Meta-Llama-3-8B-Instruct with LLM CLI Tool
By
–
Yes, you can run prompts like this: llm -m Meta-Llama-3-8B-Instruct -o temp 0.1 "3 names for a pet rhino" https://
github.com/simonw/llm-gpt
4all?tab=readme-ov-file#model-options
…