Ivan Fioravanti ᯅ (@ivanfioravanti)

Qwen3.5 벤치마크 테스트를 업데이트 중이라는 공지입니다. @N8Programs의 피드백과 @awnihannun의 도움을 받아 진행 중이며, 가상환경(venv) 문제로 인해 M3 Ultra에서 Qwen3.5-122B-A10B-4bit가 동일하게 잘못된(느린) 결과를 낸 현상을 발견했고, 현재 테스트를 다시 실행하고 있다고 보고하고 있습니다.

https://x.com/ivanfioravanti/status/2026720413842112687

#qwen #benchmark #m3ultra #quantization #venv

Ivan Fioravanti ᯅ (@ivanfioravanti) on X

I'm updating my Qwen3.5 benchmark tests, after feedback from @N8Programs and help from super @awnihannun Something strange in my venv lead to same (wrong and slow) results on both M3 Ultra for Qwen3.5-122B-A10B-4bit. Tests running now! 🔥

X (formerly Twitter)
From the responses it looks like #uv is the winner for replacement from venv. I don’t even need to change up the requirements.txt file I already have been outputting.
#python #poetry #venv
I take it all the cool kids are using #uv nowadays for their #python projects? Or is #poetry the way to go?

I’ve been doing #venv forever and wondering if I’m missing out on something.

Damn how easy #uv have made it for managing  projects.

This was the first time I used it to upgrade the #venv and I just stared at the screen for like 10 seconds completely dumbfounded 🤪

#python

I would use #python a LOT more if it wasn't for that 🐂 💩 #venv requirements

While it was a global improvement when you retired 2.7, you're only halfway done

Deprecate this venv crap, please

Poetry vs Pip: Почему пора перестать использовать requirements.txt

На моем компьютере всё работало!» — фраза, после которой начинается многочасовой дебаггинг. Вы открываете requirements.txt, а там свалка: непонятные версии, транзитивные зависимости и библиотеки, которые вы вообще не ставили. Pip — отличный установщик, но ужасный менеджер проектов. В 2025 году стыдно таскать за собой «портянку» из текстовых файлов. В этой статье я покажу, как Poetry превращает ад зависимостей в скучный и предсказуемый процесс. Разберем pyproject.toml, магию lock-файла и переедем с Pip за 5 минут без боли. Внутри: туториал, гайд по миграции и честный разбор минусов (да, Poetry тоже не идеален).

https://habr.com/ru/articles/969296/

#poetry #venv #requirements #python #python3 #python_для_начинающих

Poetry vs Pip: Почему пора перестать использовать requirements.txt

1. Введение: «У меня на компьютере всё работало!» Дисклеймер: Всегда проверяйте скрипты перед исполнением, даже если они загружены с официальных ресурсов. Статья отражает субъективное мнение автора и...

Хабр
This makes things a lot easier!

gargle@p14:~$ tail -n 4 banking/principles-of-finance.org # Local Variables: # org-babel-python-command: ".venv/bin/python" # End: #emacs, #org-mode, #pytho...

Fucking #venv, one of the main issues of #python venv is that it doesn't use statically linked versions of python.

"octoprint.service failed to start (...) /opt/octoprint-venv/bin/python: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: (...)"

Python since installing it updated to 3.13.7 on my system....

🚫 Copying your Python virtual environment folder? Think again.

Simply copying the venv folder might seem convenient—but it often leads to broken setups and hidden issues.

A new blog post explores why this method fails and how to migrate environments properly using reproducible workflows.

📖 Read more: https://ka2in.github.io/mydocusaurus/blog/python-venv-migration/

#Python #venv #DevTips #technicalwriting #Sphinx

Why You Shouldn’t Copy Your Python Virtual Environment Folder | Tech & Intellect

Learn why copying your venv folder breaks your Python setup and how to properly recreate environments for Sphinx documentation projects.

I've been using my #Python script to update my #venv #modules via #pip for a while - now on #macOS, #Windows, and #LINUX.
It avoids leaving conflicting modules by running with two passes.

https://github.com/christianrickert/updates/blob/main/update_python.py

updates/update_python.py at main · christianrickert/updates

🐞 update `brew`, `rust`, `python`. Contribute to christianrickert/updates development by creating an account on GitHub.

GitHub