-
Seeking help, attempting to use dual roles, but failed. The required models have been downloaded to the corresponding folders.
![1729863321322](https://github.com/user-attachments/assets/f919380e…
-
### Describe the bug
I am trying to upload a large dataset to HF, but I frequently encounter timeouts with the following error:
```
raise HfHubHTTPError(str(e), response=response) from e …
-
Following from #24/#36, the inverter will output a single period of the PDM waveform for each control message. To have a consistent flow of power, this would require the pod's FSM to be synchronized w…
-
I need to handle several message in parallel so I couldn't use a consumer (see #38), I'm thus using the GetIterator approach.
I have some code that looks like this:
```
loop {
for…
-
While trying to determine whether https://github.com/bk-rs/ssh-rs/issues/50 is a bug in `async-ssh2-lite`, in `ssh2-rs`, or in `libssh2` I tried to convert my reproducing example to be sync/using `ssh…
-
```
It is desirable for pypar to release the GIL when calling blocking routines
such as MPI_recv. This way communication can be made threaded within each MPI
program instance. This is especially pr…
-
### Pitch
Instead of just having a heuristic on whether the silenced user is followed or not, attach a `filtered` attribute with an account match.
### Motivation
Related: #18955, #11218, #9028
T…
trwnh updated
3 weeks ago
-
Hello,
I was wondering if there is a way to update an existing build? I've attempted this myself, but I have a feeling I would need to build from scratch based on this message running the following…
-
`-- Could NOT find Threads (missing: Threads_FOUND)
CMake Error at /usr/local/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find Protobuf (missing: Protobu…
-
Hi
Sorry for the previous issue(mistakenly opened with a wrong user)
We are using concurrentqueue in our trading application for transfering data between threads, and we are very pleased about the…