Results 77 comments of Kirill R.

В него лучше добавить пояснение, что с токеном от дефолтного приложения не будет работать. Если получить токен с приложения с разрешенными сообщениями, то должно работать

Обработки рекапчи нет. Если вы только апи пользуетесь (без кукисов вк), то можно попробовать `token_only=True` передать в `vk_session.auth()`. Либо руками получить токен и передавать его в `VkApi(token='...')`, тогда вызывать auth...

кто-нибудб затестите

@BastiaanOlij hmm, still have the problem. Made this right-to-left eye transition animation, 50% opacity frame shows approximately what I see, there's this diagonal offset. Though if the sky takes most...

@BastiaanOlij Checked similar scene in Godot 3.4.4 with Godot OpenXR 1.3.0. Looks completely normal (only looks darker for some reason) It seems like in Godot 4 the sky parallax is...

@Calinou can this be added to 4.0 milestone?

having the same problem with not moving decals/lights. I couldn't reproduce it on mobile vulkan, but it has other bugs. Here is discord discussion: https://discord.com/channels/212250894228652034/418572953912082432/993165136107941969

the model is 4GB, `fetch` keeps whole file in memory, so I though it would be better to have a separate function that downloads directly to disk 🤔

try to run llama with debug. It recompiles kernels, since the shapes are changing with each added token ``` # purple is jitted PYTHONPATH=. DEBUG=2 JIT=1 CLANG=1 python3 examples/llama.py --prompt...

llama 13B should work now, though using a lot of RAM