microsoft / microsoft/OmniParser
No files matching the pattern were found
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 25.4k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
After setting up the environment by following the tutorial, I ran gradio_demo.py and encountered the following error:
> python .\gradio_demo.py
[2024-11-05 18:06:25,042] [ WARNING] easyocr.py:80 - Neither CUDA nor MPS are available - defaulting to CPU. Note: This module is much faster with a GPU.
Florence2LanguageForConditionalGeneration has generative capabilities, as `prepare_inputs_for_generation` is explicitly overwritten. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
No files matching the pattern were found
* Running on local URL: http://0.0.0.0:7861
2024/11/05 18:06:46 [W] [service.go:132] login to server failed: dial tcp <IP>:7000: i/o timeout
Could not create share link. Please check your internet connection or our status page: https://status.gradio.app.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report by following the tutorial and running gradio_demo.py, then trace the source of the “No files matching the pattern were found” message and the failed share-link request. Compare these messages with the expected demo behavior; done means the actionable failure is identified and the issue has a reproducible fix or clearer user guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100