Monius

Results 33 issues of Monius

Client side details: ``` DST v500432 (64-bit) macOS Monterey 12.3 ``` server side good. and the client crashed, the client logs below: ``` [00:47:53]: Deserialized invalid platform for entity anchor[213141]...

updated the CI for conda and wheel build for Python 3.12, as requested in https://github.com/facebookresearch/xformers/issues/1016#issue-2223351721. 🤗

CLA Signed

python 3.12 has unlock more power of python, and now stable with latest version `3.12.2`. Besides, mainstream repo including `pytorch torchvision huggingface_hub transformers accelerate diffusers has already support it`. The...

[m0nius@centos-3 ~]$ sudo docker run --privileged --rm tonistiigi/binfmt --install all Unable to find image 'tonistiigi/binfmt:latest' locally latest: Pulling from tonistiigi/binfmt 8d4d64c318a5: Pull complete e9c608ddc3cb: Pull complete Digest: sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55 Status: Downloaded...

current video is from `path`, which implemented called `format::input`, for example, ```rust pub fn clip(&self) -> Result { ffmpeg_next::init()?; let _ = self.mkdir(); let mut ictx = format::input(&self.path)?; let input...

### System Info python3.12 huggingface_hub v0.23.0 ### Reproduction HF_ENDPOINT="https://mirrorxxxxx.com" HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download $ORG/$DATA --include "*.parquet" --repo-type dataset --token xxxxxxx ### Expected behavior work as no `HF_HUB_ENABLE_HF_TRANSFER=1` enabled

### File Name https://cloud.google.com/vertex-ai/generative-ai/docs/start/quickstarts/quickstart-multimodal#gemini-setup-environment-drest ### What happened? Do we must use `gcloud auth print-access-token`? ### Relevant log output ```shell It return `status: 401`, invalid_token\ ``` ### Code of Conduct -...

consider `` The result of `attr` of these shoud be same ```rust let qid = "div.A"; let _ = client.wait().for_element(Locator::Css(qid)).await?; let question = client.find(Locator::Css(qid)).await?; let attr = question.attr("class").await?.unwrap(); ``` ```rust...

How to `c.find(Locator::Css("#ID")).await?.scrollIntoView().await?.click().await?;`

try to consider, and compare, ```dash curl -fsSL -o /dev/null -X PUT "$REG_URL/$id/account" \ -H "Authorization: Bearer $token" \ -H "Content-Type: application/json" \ -d '{ "license":'"${ROOT_LICENSE}"' }' curl -fsSL -o...