⚙️ Сбер опубликовал веса и код GigaChat 3.1 Ultra & Lightning под лицензией MIT
Теперь готовые модели можно инсталлировать в собственную инфраструктуру. Флагман на 702B параметров (36B активных) в тестах на reasoning и математику обходит DeepSeek-V3 и Qwen3-235B.
Архитектура использует MoE, MTP и MLA. Для высокой скорости работы предусмотрена облегченная Lightning-версия на 10B параметров. Модели совместимы с популярными стеками: HuggingFace, vLLM, SGLang, llama.cpp. При обучении с нуля команда даже зарепортила критический баг в SGLang.
Прочитать об обновлении
#opensource#ml
http://mongoengine.org
To get to grips with MongoEngine, there is extensive documentation, API references and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel.
http://mongoengine.readthedocs.io/en/latest/index.html
#MongoEngine is an Object-Document Mapper, written in #Python for working with #MongoDB. To install it, simply run
#Django
https://alysivji.github.io/flask-part1-generating-html-pages-with-mongoengine-jinja2.html
Generating HTML Pages from #MongoDB with #MongoEngine and #Jinja2 (Flask Part 1)
Summary
Overview of MongoDB
Discussion of Object-Relational Mapping (#ORM)
Use MongoEngine to get items out of MongoDB
Render #HTML pages using Jinja2
Interact with #REST API to send emails with #Requests