TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #396 · 9 окт.

7.09.2025 состоялся релизPithon 3.14! На фоне хайпа про NoGIL всё позабыли про другие фичи. Особенно про Multiple Interpreters, который обещает изоляцию процессов но с эффективностью потоков! На сколько действительно это будет эффективно мы узнаем позже, потому что сейчас это лишь первый релиз с ограничениями и недоработками. Но что там про NoGIL? Теперь этот режим не экспериментальный, а официально поддерживаемый, но опциональный. Чтобы запустить без GIL нужна специальная сборка. И перед стартом нужно объявить переменную PYTHON_GIL=0 Для вас я собрал готовый репозиторий где достаточно запустить скрпит, который всё сделает: ▫️ соберет релизный Python 3.14 в новый Docker-образ ▫️ запустит тесты в контейнере (GIL, NoGIL, MultiInterpreter) ▫️ распечатает результаты Тест очень простой, усложняйте сами) Вот какие результаты у меня: === Running ThreadPoolExecutor GIL ON TOTAL TIME: 45.48 seconds === Running ThreadPoolExecutor GIL OFF TOTAL TIME: 6.14 seconds === Running basic Thread GIL ON TOTAL TIME: 45.54 seconds === Running basic Thread GIL OFF TOTAL TIME: 4.74 seconds === Running with Multi Interpreter TOTAL TIME: 18.30 seconds Если сравнивать GIL и NoGIL, то на мои 32 ядра прирост х7-x10 (почему не х32? 🤷). При этом нам обещают что скорости будут расти с новыми релизами. Режим без GIL похож (визуально) на async, тоже параллельно, тоже не по порядку. Но это не IO! и от того некоторый диссонанс в голове 😵‍💫, нас учили не так! Интересно, что чистый Thread работает быстрей чем ThreadPoolExecutor без GIL. Ну и где-то плачет один адепт мульти-интерпретаторов😭 Теперь нужно искать где они могут пригодиться с такой-то скоростью. Скорее всего своя область применения найдется. Отдельно я затестил память и вот что вышло на 32 потока: ThreadPoolExecutor GIL ON 305.228 MB ThreadPoolExecutor GIL OFF 500.176 MB basic Thread GIL ON 90.668 MB basic Thread GIL OFF 472.444 MB with Multi Interpreter 1267.788 MB Пока не знаю как к этому относиться) В целом - радует направление развития! #release

Hashtags

Резултати

Пронајдени 3 слични објави

Пребарај: #aiandsociety

当前筛选 #aiandsociety清除筛选
AI & Law

@ai_and_law · Post #84 · 15.08.2023 г., 07:04

House of Lords Deliberates Advanced AI: UK's Ongoing AI Debate Hello, everyone! The UK House of Lords recently engaged in a discussion about advanced AI's ongoing development, addressing potential risks and regulatory strategies. The debate focused on whether the government's March White Paper on AI regulation is still relevant or if new legislation is necessary due to recent developments. The House of Lords' discussion underscores the complexities of overseeing rapidly evolving AI technologies, showcasing the government's dedication to fostering AI innovation while prioritizing public safety and responsible development. #AIRegulation#AIandLaw#AIandSociety

AI & Law

@ai_and_law · Post #438 · 08.11.2024 г., 08:04

Navigating AI Governance in a New Era: Key Insights from the World Economic Forum The World Economic Forum’s report, "Governance in the Age of Generative AI," emphasizes that effective governance of generative AI requires timely and strategic assessments of regulatory frameworks, industry responsibilities, and human rights considerations. To harness AI responsibly, policymakers need to evaluate whether existing laws and regulations meet the distinct risks posed by generative AI. This includes ensuring that protections are in place for vulnerable groups and aligning with international human rights standards. The report also stresses the importance of balancing regulatory caution with the need for innovation. Governments are encouraged to adopt risk-based, agile governance that leverages tech-like dynamism but avoids compromising oversight or human rights. Ultimately, the goal is to foster an AI landscape that supports both public interest and economic innovation through robust risk management, clarified policies, and sustained industry alignment with societal values. #AIGovernance#WEFReport#ResponsibleAI#AIandSociety

AI & Law

@ai_and_law · Post #206 · 04.01.2024 г., 08:04

AI Image-Generators Trained on Explicit Photos of Children Hello everyone! A startling revelation demands immediate attention: popular AI image-generators harbor a concerning flaw, with thousands of explicit images of child abuse embedded in their foundations. This revelation comes from a recent report by the Stanford Internet Observatory, urging swift action to address this deeply troubling aspect of the technology. Hidden within the colossal AI database LAION, a fundamental resource for training leading AI image-making models, are over 3,200 images of suspected child sexual abuse. The watchdog group, in collaboration with anti-abuse charities, brought this disturbing fact to light, emphasizing the urgency for companies to rectify this issue. The material influences AI tools to generate harmful outputs, potentially perpetuating the exploitation of real victims. In response to the report, LAION, an acronym for the Large-scale Artificial Intelligence Open Network, has promptly taken down its datasets, emphasizing a zero-tolerance policy for illegal content. However, this incident underscores broader challenges in the rush to make AI tools accessible, raising questions about the responsibility of developers and platforms in ensuring the ethical use of such technology. The Stanford report calls for decisive measures, including the deletion of training sets derived from LAION and making certain AI models, particularly an older version of Stable Diffusion, less accessible. The report also emphasizes the need for comprehensive filters and collaboration with child safety experts in developing AI datasets. #AILaw#AIethics#AIGeneration#StanfordReport#AIandSociety