-
I would like to know if it is possible to use CTranslate2 hosted model pipeline linked with a websocket service like twilio to receive audio streams. Like https://github.com/ufal/whisper_streaming or …
-
Hi there,
we are looking into the direction of streaming live data to the Grafana Map Panel, along the lines of [1].
With kind regards,
Andreas.
[1] https://community.panodata.org/t/streamin…
amotl updated
3 years ago
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
## Environment
- mosaicml-streaming==0.7.5
## To reproduce
Steps to reproduce the behavior:
1. Use `StreamingDataset` in distributed training with the same seed and set `replication` either …
-
I'm using jupyterlite and the xeus kernel.
When I run `import urllib3` I get the following error:
```
---------------------------------------------------------------------------
TypeError …
-
Loading large dataset gives an error: "MemoryError: Unable to allocate 202. GiB for an array with shape (27084389376,) and data type int64"
```
self.num_shards
237460
self.num_samples
2708438…
-
Code indexing time can be a bottleneck to Navie. Here's an example:
```
15756 [Stdout] Indexed 2438 files in /Users/kgilpin/source/appland/appmap-js in 9494ms
```
Optimize the indexing time to…
-
We found ONVIF test tool has an unexpected test behavior in test item: RTSS-6-1-10-v19.12 BACKCHANNEL STREAMING BY POST – G.711 (RTP-Unicast/RTSP/HTTP/TCP, IPv4). This item is about RTSP backchannel t…
-
I have a device which seems to start the camera in an inverted way: if I start the activity in portrait mode, this loads the camera with a landscape resolution, and if I start it in landscape mode, th…
-
### Describe the bug
In light of the recent server outages, I decided to look into whether I could somehow wrap my IterableDataset streams to retry rather than error out immediately. To my surprise…