tjs-intel

Results 10 comments of tjs-intel

@sarahhodne admittedly I haven't done very comprehensive tests, but what I have observed is that if a target in a target group is draining before the associated instance is terminated...

@kristofferahl I switched from Instance to IP mode because of general lack of support for node draining by NTH and brupop

I got prometheus to scrape the metrics by applying these labels to the controller service. Note: I tried `prometheus.io/port: "80"` but that did not work, the port needs to be...

This is my scrape config: ```yaml scrape_configs: - job_name: prometheus static_configs: - targets: - localhost:9090 - bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token job_name: kubernetes-apiservers kubernetes_sd_configs: - role: endpoints relabel_configs: - action: keep regex: default;kubernetes;https...

Confirmed that this does terminate the compilation with unused exports and the `failOnHint: true`.

@jimbojd72 I had the same problem and the resolution was to `pip install wheel` before the `pip install "Cython

Fixing up this PR as per the contributor guidelines now

This has been manually tested by replacing `openai/clip-vit-base-patch32` in the contrastive-image-text example with the following models: ``` OFA-Sys/chinese-clip-vit-base-patch16 facebook/metaclip-b32-400m google/siglip-so400m-patch14-384 laion/CLIP-ViT-B-32-laion2B-s34B-b79K laion/CLIP-ViT-H-14-laion2B-s32B-b79K laion/CLIP-ViT-bigG-14-laion2B-39B-b160k openai/clip-vit-base-patch32 openai/clip-vit-large-patch14 openai/clip-vit-large-patch14-336 timm/ViT-SO400M-14-SigLIP-384 ```

Not sure what's going on here: https://app.circleci.com/pipelines/github/huggingface/transformers/84689/workflows/02d18e8c-af6e-465d-8625-fb3dc53bc03e/jobs/1095368/parallel-runs/0/steps/0-116 https://app.circleci.com/pipelines/github/huggingface/transformers/84689/workflows/02d18e8c-af6e-465d-8625-fb3dc53bc03e/jobs/1095369/parallel-runs/0/steps/0-115 https://app.circleci.com/pipelines/github/huggingface/transformers/84689/workflows/02d18e8c-af6e-465d-8625-fb3dc53bc03e/jobs/1095365/parallel-runs/0/steps/0-117