kandahar

Results 56 issues of kandahar

Hey, thank you for that library and your work. When I try to run the examples, I get the following error: ``` ImportError: cannot import name 'getitem_dataclass' from 'phiml.math._magic_ops' (.../python3.11/site-packages/phiml/math/_magic_ops.py)...

Hey, the package seems to rely on an old version of ```jax```. Could you provide the versions of the libraries in requirements or update the code? The full traceback looks...

The project seems to be very useful! Is it still maintained?

Hey, thank you for your amazing work. When I try to let the following run: ``` from rs_bpe.bpe import openai import time # Load the tokenizer tokenizer = openai.cl100k_base() #...

Hey, thank you for your great work with these tokenizers. When I use the tokenizers through the Python API via transformers, I can set a specific cache_dir like this ```...

Hey, thank you for the work that you put into this package! I have a general question to understand how the odeint solver works. Suppose, we have the following example...

While I found how to create a tensor from some vector ``` let some_tensor = Tensor::from_slice(&some_vector).to_device(device); ``` I did not find the opposite that extracts a vector back from a...

When I try to use ```tch-rs``` with CUDA, I get an error. The suggested solution is to add the following as ```build.rs``` file: ```rust fn main() { let os =...

When I let the example provided in the description run, I get the error ``` error[E0277]: the trait bound `f64: From` is not satisfied --> src/main.rs:53:13 | 53 | f64::from(&loss),...

While running the introductory example, I get the error ``` error[E0716]: temporary value dropped while borrowed --> src/main.rs:40:20 | 40 | let net = net(&vs.root()); | ^^^^^^^^^ - temporary value...