-
### 🐛 Describe the bug
```python
import onnx
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_name = "microsoft/Phi-3.5-mini-instruct" # Slice error
model = Auto…
-
There's an interesting use case here where you could use PyAirbyte directly in data pipelines that run on spark.
Currently if you want to do this, you need to do `to_pandas()` and then `spark_sess…
-
## Description
`dvc pull` clones repositories from which files were imported, even though they are cached (have `cache: true` implicitly or explicitly).
### Reproduce
1. dvc init
2. dvc impo…
-
Hi
as this is a perfect implementation for pulling data from the Renogy BT
I am wondering if this can be migrated to esphome esp32-ble as well.
Thanks for checking
-
Hi, I found a very weird behavior that could be critical for all other data.table operation. When you have a large data set, and try to take the sum of a binary indicator by a group indicator, you wil…
-
Hello,
I would like to use liblame in another android project.
I've already generated the .so file with the NDK.
Right now I've just copied the .so in my /armeabi-, and I load the library with :
st…
-
-
_From @alexbw on November 18, 2014 3:49_
Hi all, my name's Alex, I'm a friend of Max's in Boston. I'm a PhD student in neuroscience at Harvard, and I've built a tool which allows you to record the be…
-
In case you don't know this by now, the whole idea of [MetaOS](https://wiki.metagame.wtf/docs/what-we-do/metaos) is to make it modular as fuck.
This is made so any community or any person can customi…
-
When I pull large data from remote server, it's easy occur the error "Caught error, waiting for outstanding tasks ", the net speed is ok more then 300kb/s , What's the problem?