Bolt

Results 17 comments of Bolt

> how do i manually edit my api key? Insert the following code on line 6 of **ai.py**: `openai.api_key="example-key-894710293870198234"` > I am getting this error openai.error.AuthenticationError: Incorrect API key provided:...

Still an issue, although it works randomly Windows 11 Pro and NixOS

Hello, it seems by the name of your directory that you may be using Docker - you can find Dockerfiles with cuDNN properly initialized in [Issue #2290](https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/2290)

Likely not. Caffe does not have an Ubuntu 22 package and is integral for OpenPose. - https://launchpad.net/ubuntu/+source/caffe-contrib - https://launchpad.net/ubuntu/+source/caffe

**Dockerfiles, example usage, and expected output can be found here:** - https://github.com/hiibolt/igait-openpose/blob/main/README.md **CPU + Python API + CUDA + cuDNN Docker Image:** - https://github.com/users/hiibolt/packages/container/package/igait-openpose - ghcr.io/hiibolt/igait-openpose:latest

> Nice! But I think the problem that needs to be fixed first is the performance degradation using cudnn>=8, or else a docker update might not be any useful. Does...

I second this merge, it works well on my machine, my research is on pause until a fix is passed!

Raising exposure significantly and adding a black and white filter could potentially help, or perhaps creating a filter that as best as possible “reverses” the thermal effect.

Bumping as this is still an issue in 2024. System typically times out after a full minute and 30 seconds.

Minimal reproducible: ```rust #[tokio::main] async fn main() -> Result { let client = Client::new(); // Initialize the assistant let assistant = client .assistants() .retrieve("asst_...") .await .context("Failed to retrieve assistant")?; //...