Pavel Yakovlev

Results 8 issues of Pavel Yakovlev

Hi! So, since the version `0.1.5.0` (see #28), we have initial support of Bolt Protocol v.3. It contains: - New initial message during the client-server handshake. - New format of...

This commit makes possible to use OpenJourney models (v1 and v2).

I can run original `llama` (with minimal changes) and `llama.cpp` on my Macbook M1 Max. I think it would be great if I could use `pyllama` with the same hardware...

**TL;DR I get `OSError` from `tempfile` when I try to load models.** I have a fresh conda environment on my M1 Max MacBook with latests `pytorch2`, `huggingface_hub` and other packages...

Trying to use the tool in WSL2 with my RTX4090. Windows version doesn't work (see the issue #13 ). Everything loads fine, but then I see an error: ``` (SE3nv)...

Hi, @Gabriel439 ! I have a weird datatype like this one: ```haskell data WList a = WNil | WCons a (WList Bool) ``` How can I encode it in CoC/Morte?

Yosemite 10.10.4 Getting an error during boost-std installation. ``` $ brew install caffe ==> Installing caffe from mitmul/homebrew-caffe ==> Installing dependencies for mitmul/caffe/caffe: boost-std, snappy-std, leveldb-std, protobuf-std, gflags-std, glog-std, opencv-std...

Some algorithms like graph laying require planar graph, so it would be great to have a function to check graph planarity. We have several ways to make this, e.g.: 1....

enhancement