Oleg Jakushkin

Results 12 comments of Oleg Jakushkin

Yes, it is in general alike what I want, rendering approaches do not matter.

[These guys ](https://github.com/thomas-haslwanter/scikit-kinematics/blob/master/skinematics/imus.py#L149-L151) tend to promise position+quaternion pairs. Here is their[ implementation sample](https://github.com/thomas-haslwanter/scikit-kinematics/blob/c0d0c93c5e75a8f07d243d904ea7baf6f0ee64b7/skinematics/imus.py#L329), their license is also MITish.

@ZhangGongjie Could you please share the pre-trained models (at least coco one for faster fine-tuning)?

Dear @daverolo: Currently syncing with snap sync NM+Prysm. Metric you have referenced works. ![image](https://user-images.githubusercontent.com/2915361/206455910-87d1edad-05a9-4d7e-a733-e8e572e13e01.png) @daverolo Could you please compare the arguments you have used to run it? Here are mine:...

Dear colleagues, I'm excited to introduce a powerful feature we've been working on-[`eth_simulate`](https://github.com/ethereum/execution-apis/pull/484) (also known as `eth_multicall`). This feature, which you can explore here, is now available in prototype form...

Encountered the same exact problem when publishing into Portable build on Windows server. ## Solution: 1. Add cert. persistence code alike ``` services.AddFluffySpoonLetsEncryptCertificatePersistence( async (key, bytes) => await File.WriteAllBytesAsync("certificate_" +...

When the thing called password is constant and publicly known it is a Definition of Vulnerability, say it would be your email, bank account or iphone password, will you feel...

Yep - main attack vector would be to intercept HTTPS traffic and decrypt it on provider **or router** side (free wifi access points). That is important when: you transfer money,...

[7b version](https://huggingface.co/mosaicml/mpt-7b/blob/main/attention.py) and [1b version ](https://huggingface.co/mosaicml/mpt-1b-redpajama-200b-dolly/blob/cd6610756bbcdb83646a2a8d642129913f620d52/attention.py) seem to have identical code around `self.k_ln = layernorm_class(self.d_model, device=device)` so wondering what could have gone wrong?

So here is what I [tried](https://github.com/OlegJakushkin/ggml-csharp-mpt-library/blob/mpt-1b/examples/mpt/main.cpp) It compiles and runs yet it fails in terms of output quality due to the difference in QK LayerNorm (two layers) used MPT-1b and...