text
stringlengths
20
57.3k
labels
class label
4 classes
Title: This method creates a model with a 100% memory leak loop using model. fit() Body: I have tried various methods, but the memory is definitely leaking, it seems that the release of memory cannot keep up. Through the logs, it can be found that there is periodic memory recycling, but with the increase of time, there...
2hard
Title: [feat] support returning images Body: Marker sometimes leaves like `![1_image_0.png](1_image_0.png)`in the text - would be great to return these images + bounding boxes as another option as well
1medium
Title: [BUG] Interpret Data meet Oops! Body: **Describe the bug** I render a bar graph, when click 'Interpret Data' meet a Oops bug. **To Reproduce** Steps to reproduce the behavior: 1. render a bar graph 2. click 'Interpret Data' on a bar, There will be a Oops Error **Expected behavior** **Screenshots** ...
1medium
Title: what is the width_multiple? Body: ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi, always grateful to use your YOLO. I ...
3misc
Title: Error in trying to run Example: MCMC Methods for Tall Data Body: I try to run the code in http://num.pyro.ai/en/stable/examples/covtype.html?highlight=GPU#sphx-glr-download-examples-covtype-py TypeError: Argument 'None' of type '<class 'NoneType'>' is not a valid JAX type
1medium
Title: Add a way to override the execution order of certain class-level and method-level response handlers Body: **Is your feature request related to a problem? Please describe.** Here's the original question raised by @liiight on [gitter](https://gitter.im/python-uplink/Lobby?at=5beddea66b9822140d36ce8f): > so i hav...
1medium
Title: https://huggingface.co/spaces/giswqs/Streamlit Body: Exception: module 'ipyleaflet' has no attribute 'TileLayer' Traceback: File "/home/user/.local/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/home/user/app/app.p...
1medium
Title: Selemiumbase Driver switches to another tab Body: After opening those three tabs, the driver switches from the third tab to the second one or the first one. It doesn't happen with the selenium driver nor the uc_chromedriver. I managed to reproduce the bug with the following code: happened on Python 3.9 & 3.11...
1medium
Title: How to call apis(upgrade, current) in python script Body: I have a database `db`. I want to judge if `flask_migrate` has created tables in `db`. If not, `upgrade db`. There are commands, but no examples about calling `migrate, upgrade` in python script. The test files in flask_migrate also run commands, such...
1medium
Title: vocabulary set_embedding(glove) maps all OOV terms to the same vector if no lookup provided Body: When attaching the pre-trained embedding to a built vocab, namely, `vocab.set_embedding(glove_em)`, by design, all of the vocabulary that did not present in the pre-trained embedding will be mapped to the `<'unk'>` ...
1medium
Title: dump-model-params.py fail for Fasterrcnn horovod checkpt Body: If you're asking about an unexpected problem you met, use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__: ### 1. What you did: (1) **If you're using examples, what's the command you run:** dump-model-params.py --meta mymeta my...
1medium
Title: What does the right Y axis ticks in missingno represent? Body: According to the example run by the author in the docs, I thought Y axis represented the number of entries according to the percentage in the right Y axis. However, values are way discrepant in my case: ![screenshot_20180717_094403](https://user-i...
1medium
Title: [BUG] No detailed information in testing error Body: ### Description <!--- Describe your issue/bug/request in detail --> The recent nightly build logs (https://github.com/recommenders-team/recommenders/actions/runs/10335387467/job/28609908093) don't provide sufficient information about the error. ![image...
1medium
Title: [Train] Crash at end of training Body: ### What happened + What you expected to happen Recently I've been staring to experience a crash at the end of training. The backtrace is always the same: ``` Training completed after 1 iterations at 2025-03-05 04:39:56. Total running time: 8min 51s 2025-03-05 04:39:56,50...
2hard
Title: [Feature Request] Optionally pass errors raised from a callback specific error handler to the global error handler Body: Thanks so much for your interest in Dash! Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been dis...
1medium
Title: Any plan to support Slack bot? Body: Hi, Kindly ask if you could consider adding support for Slack bot
3misc
Title: like模式批量下载报错 Body: **同一个账号在post模式可以正常下载但是like模式报错:** 批量下载直接回车,单一视频下载直接粘贴视频链接: ----读取配置完成---- ----为您下载多个视频---- ----用户的sec_id=MS4wLjABAAAAs_Dkw8_CynCMjVN601UkAa8M3TGfDgLJqYUn2tKeyy_iEDch9ifarviMtWSjD4qN---- --------------------------------------------------------------------------- IndexError ...
1medium
Title: Feature request: Support shapes Body: Hi, as you suggested in #107 I'm opening an issue for this. Other issue are quite old, I understand that some infrastructure are here to support shape, do you have updated stuff in the code to help supporting shapes. This shapes support might not be a great place for a first...
2hard
Title: Datasets that fail DataFrameModel validation unexpectedly alter field properties Body: **Describe the bug** When a dataframe fails validation, it can corrupts the state of the `coerce` attribute for a particular field. In my case, a field is defined as coerce=True, but after trying to validate the bad dataset, ...
1medium
Title: 03_linear_regression_sol.py can't run with errors as follows Body: Traceback (most recent call last): File "D:/stanford_tensorflow_tutorials/tf_oreilly/01_linear_regression_sol.py", line 19, in <module> book = xlrd.open_workbook(DATA_FILE, encoding_override="utf-8") File "C:\Anaconda3\lib\site-package...
1medium
Title: dask-expr increasing calculation time Body: Hi guys! I would like to report a possible bug on dask-expr. Runing this code with dask-expr is tooking ~10 seconds on my machine Now, running without dask-expr took ~2 secods I´ve attached a sample csv file as data sample. [a (1).csv](https://github.com/u...
1medium
Title: token_type_id has only two possible value, yes? Body: I read the code, found that in the comments, token_type_ids = tf.constant([[0, 0, 1], [0, 2, 0]]) But I think token_type_ids can only be 1 or 0 , am I wrong
1medium
Title: Allredue hang in yolo3 train using multi machine Body: **Environment:** 1. Framework: MXNet 2. Framework version:1.6.0.post0 3. Horovod version:0.22.0 4. MPI version:3.1.0 5. CUDA version:10.2 6. NCCL version:2.9.6 7. Python version:3.6 8. Spark / PySpark version: 9. Ray version: 10. OS and version: ...
2hard
Title: ModuleNotFoundError: No module named 'jsonschema.compat' Body: drf_yasg==1.20.0 swagger_spec_validator==2.7.3 ```python Internal Server Error: / Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner response = get_respo...
1medium
Title: jina export kubernetes CLI should be able to export a Deploment YAML file to kubernetes Body:
1medium
Title: [🕹️]Starry-eyed Supporter Body: ### What side quest or challenge are you solving? [🕹️]Starry-eyed Supporter ### Points 150 ### Description Starred OpenBB repo ### Provide proof that you've completed the task 1. ![image](https://github.com/user-attachments/assets/b23747ef-658e-4cf3-8aae-283bcac1fedb) ...
0easy
Title: Need Help with Group Photo Handling Body: * face_recognition version: * Python version: 3.6 * Operating System: Windows 10 ### Description I want to compare two photos. The first has the face of one individual. The second is a group photo with many faces. I want to see if the individual from the first ph...
1medium
Title: [BUG] Brief Description of the Issue Body: Found a bug? Please fill out the sections below. 👍 ### Describe the bug A clear and concise description of what the bug is. ### Steps to Reproduce 1. when starting the project in vscode and running it locally it just open the git local and creash the proj...
1medium
Title: 滚动预测中的动态股池 Body: 期望实现一个特性,即滚动预测时,实现动态股池。 比如每一滚时,动态确定该滚股池为滚动日市值最大的前300只股票。
1medium
Title: [Doc]: Add uv and pixi install instructions Body: ### Documentation Link https://matplotlib.org/devdocs/#install ### Problem Since uv and pixi are shaking up the package managment landscape, they should be included in our install instructions. ### Suggested improvement _No response_
0easy
Title: run black and other linting tools on generated code Body: In a comment on #2276, @alexcjohnson suggested: > I wonder, now that we're Py3-only, maybe we should call black on the generated files as part of the generation process? We already do that in the core component packages as a separate step.
1medium
Title: Multiple instances of keypoint labels per image Body: ## 🐛 Bug I have an image that contains multiple faces and multiple landmarks. The number of faces and landmark instances is variable. The problem is that `alb.KeypointParams` allows to pass only a single instance of keypoints. ## To Reproduce ```pyt...
1medium
Title: [Feature request] CogvideoX Controlnet integration for 5B / 2B Body: **Is your feature request related to a problem? Please describe.** Came across and would be useful addition https://github.com/TheDenk/cogvideox-controlnet **Describe the solution you'd like.** If possible add the controlnet support for CogVid...
1medium
Title: Error "TypeError: 'NoneType' object is not iterable" triggered by modellib.MaskRCNN in demo.ipynb Body: Hi, I have an error when I try to run the demo.ipynb file. I guess it's due to modellib.MasrRCNN function (see error below). My first guess is that it's due to tensorflow version that i'm using which is ...
2hard
Title: Garmin login is broken I will try to fix it as soon as possible(Garmin 修改了登陆方式,我尽快尝试解决) Body:
1medium
Title: speed up checksum checks for large files Body: Hey DVC devs! First off, a huge thank you for creating this brilliant project. It has been a game-changer for our data science projects. In our work with lot of large input files (2 - 50+ GB), we've noticed that the checksum checks for these files are incredibly s...
1medium
Title: False positive integrity check failures when balanacer is running and moving chunks Body: #### Arctic Version 1.58 #### Arctic Store VersionStore, NdarrayStore #### Description of problem and/or code sample that reproduces the issue We a DataIntegrityException, where the number of expected updated s...
2hard
Title: Incorrect plotting of exactly overlapping scatter with `hue` and `hue_order` Body: While working with `sns.scatterplot` for representing locations on a grid, I discovered an issue where using `hue` and `hue_order` produces an incorrect plot: markers that should be perfectly overlapping—they have identical (`x`, ...
1medium
Title: [Bug]: subprocess.Popen gets stuck when running sweep Body: ### Describe the bug wandb Version: 0.19.2 Python 3.10.12 Ubuntu 22.04 Inside my python script I spawn a subprocess like: ``` command = ["bash", "-c", "ffmpeg -framerate 24 -i frame_%d.png output.mp4] subprocess.Popen(command) ``` And it works perf...
1medium
Title: reques和httpx对同一个请求结果不一致 Body: he = { "cookie": "csrf_session_id=31bba393b7ed2c621edac0317048ba0a;tt_scid=VauYpHMBxVl.JRELyMyZUOvGbNLE0LM2FWR3I.-7y9ztQDU8xszugxiCKVYoVEWz84d0;ttcid=f38b7c0cc7634a3fb3e8fd56f40f60d542;msToken=5lVMnWk_WrZpmZi7yYDiwJQ0JUzVKb5U9VYKrWS47FHKMNVj04JvrtFjMLhKjCHRzx_EUIp8D-afCEqO...
1medium
Title: Support gradient accumulation in ExpertBackend Body: Larger Transformer models are trained with larger batches, it's probably beneficial to accumulate gradients from several backward requests before making a step. It can be implemented in `ExpertBackend.apply_gradients()`, and the number of processed examples is...
1medium
Title: Unable to build gevent in aws codebuild agents. Help identify the poblem Body: * gevent version: gevent==21.1.2 installed via pip * Python version: python:3.7-alpine docker image * Operating System: python:3.7-alpine ### Description: Unable to build gevent when run build on aws codebuild agent. Builds fi...
2hard
Title: [MNT]: Consolidate tick API Body: ### Summary The Tick class/concept consistents of a *ticklabel*, a *tickline* (the marker) and a *gridline*. In addition there's the *location* as a fundmental property. We have a lot of methods to handle ticks. There are methods on Axis to configure all these properties - oft...
2hard
Title: Start Pulsar WSGI Server from Docker Body: Hey, I am using Pulsar for JSON-RPC and everything works fine locally, but I can't send calls from outside the Docker container, where the WSGI Server is running. Do I need to expose other ports then the one that I expose with `--bind` or what could be the issue? I was...
1medium
Title: initialize_all_variables is deprecated Body: for the code of tf14 and tf15 WARNING:tensorflow:From full_code.py:62 in <module>.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02. Instructions for updating: Use `tf.global_variables_initializ...
1medium
Title: Need to include inputs in existing templates from the ModelView class. Body: ### Environment Flask-Appbuilder version:3.4.4 ### Describe the expected results I wanted to modify the edit template such that I can include my own inputs. But the existing functions/methods don't allow that. So instead I di...
1medium
Title: Please release new version - Cannot revoke all tokens: AccessToken matching query does not exist Body: I am getting a DoesNotExist exception trying to clean up when a user logs out. django-oauth-toolkit==1.2.0 ``` from itertools import chain from oauth2_provider.models import get_access_token_model, ge...
1medium
Title: image size problem Body: when i use format PascalVOC to save xml result, the <width> and <height> elements will save as 0 when the image size is 256*256
1medium
Title: I want to integrate yolov8's detection + classification into a network and turn it into a multi-task network. Is there any existing case for reference when I do this? Body: ### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no sim...
2hard
Title: Update to support werkzeug >= 0.12 Body: > Could not find a version that matches werkzeug==0.12,>=0.14 > - Werkzeug [required: ==0.12, installed: 0.14.1] This is colliding with everything that is using the new version. ## Your Environment <!--- Include as many relevant details about the environment you e...
1medium
Title: [BUG]TypeError: Profile.__init__() missing 1 required positional argument: 'headers' Body: **描述出现的错误** 对bug的清晰而简洁的描述。 gui页面解析用户主页闪退,后台报错:TypeError: Profile.__init__() missing 1 required positional argument: 'headers' **bug复现** 复现这次行为的步骤: mac系统
1medium
Title: [feat] Test `pixtral` as a OCR strategy Body: https://mistral.ai/news/pixtral-12b/
1medium
Title: google/gemma-3-27b-it context lenght issue Body: i have deployed the google/gemma-3-27b-it model on 4 H100 GPUS, it only supports 23k context length, when i increased to support 128k context window as it supports, i endup with following errors i even tried with 64k context window, it went into cuda out of me...
2hard
Title: List index out of range in validation.py Body: I just wanna apologize beforehand if this issue is a bit incoherent. I'm not yet 100% sure what is happening or exactly how to reproduce it but at least I've seen it happen so I'll try to just explain that instead. ### Expected Behavior No exception happening ...
1medium
Title: Will Keras welcome new backend contributions? Body: Suppose we could develop a brand-new backend for Keras, such as [Paddle](https://github.com/PaddlePaddle/Paddle). Would Keras welcome our new backend contributions? In fact, I can understand that adding a new backend will increase the maintenance burden of the...
3misc
Title: In API Update, make it possible to set specific channels Body: In the API currently we're only able to set all channels or no channels on a check. We need to be able to set specific channels programmatically through the API, and not only through the Web-UI. PS. If this already works, the API-Docs need to be u...
1medium
Title: Please provide evidence for performance claims Body: The readme claims "Typical speedups over Python are on the order of 10-100x or more, on a single thread." Where do these numbers come from? Please provide the benchmarks used, and any additional information needed to reproduce the result.
1medium
Title: Upgrade Visions library Body: ### Missing functionality Visions 0.75 installs a dependency that consume 1.8Gb of hard disk space, in the new version of visions this library is removed. ### Proposed feature Upgrade to the latest visions version ### Alternatives considered _No response_ ### Additional contex...
1medium
Title: How to use BERT model to fine-tune a cloze-style task? Body: I mean,not just use BERT model to predict answers,also train it.
1medium
Title: [feature] When viewing a diff with multiple changes since last view, default to the last viewed date Body: **Version and OS** v0.45.5 **Is your feature request related to a problem? Please describe.** When I see a bolded watch in the watch overview, I click it and it autoscrolls to the diff text. The issue ...
1medium
Title: send_file()方法在发送.docx文件的时候,收到的文件为什么ERROR_MESSAGE_MAIN Body: 在用send_file()方法的时候,不是发不出去:报错: Traceback (most recent call last): File "<console>", line 1, in <module> File "/Users/uband/git/bot-env/lib/python3.6/site-packages/wxpy/api/chats/chat.py", line 54, in wrapped ret = do_send() File "/Users/ub...
1medium
Title: ModelSchema with lower camel case results? Body: **Is your feature request related to a problem? Please describe.** I have Django models that are snake case, as is traditional (e.g., full_name). The client already specified lower camel case (e.g., fullName). So, every API call I have, I want to use lower came...
1medium
Title: Readme outdated video Body: The video of Queen Elisabeth in the readme is private. Please remove! THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE ## Expected behavior *Describe, in some detail, what you are trying to do and what the output is that you expect from the...
0easy
Title: Bug: Linear-Sentry Integration Not Working Despite Successful Activation Body: ### Environment SaaS (https://sentry.io/) ### Steps to Reproduce I'll add that important error message to the bug report: ## Bug: Linear-Sentry Integration Not Working Despite Successful Activation ### Description I successfully ...
1medium
Title: 关于版本更新的问题 Body: 首先感谢作者维护的开源项目 对比下, 这个库, 对获取股票数据, 真的很实用 版本更新的也很频繁, 特别感谢! 想提个意见, 因为版本更新的比较频繁: 请备注下, 版本更新处理的问题 or 新加的功能 这样, 可以让用户选择是否更新库, 感谢作者!
3misc
Title: boost logging with rich Body:
1medium
Title: Subclassing generic dataclass loses type of parent class fields Body: ### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description This might be a non-issue if dataclasses are not intended to be subclassed. When extending a generic dataclass, the fields from the superclass have no validation...
1medium
Title: `single_cls` training dies quietly during 1st epoch Body: ### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug I have a dataset consisting of ~95 categori...
1medium
Title: [next_ui] Jobs limit query display filter Body: ### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. ...
1medium
Title: AttributeError: 'tuple' object has no attribute 'expandtabs' Body: I'm getting the following error when running `python -m gpt_engineer.main`. I'm using python 3.11/ ``` File "/opt/miniconda3/envs/gpt-eng/lib/python3.11/inspect.py", line 873, in cleandoc lines = doc.expandtabs().split('\n') ...
1medium
Title: 预训练模型替换后不匹配救助 Body: 预训练模型替换成pretrained-11-7-21_75k大佬提供的出现不匹配。 Found 266 samples +----------------+------------+---------------+------------------+ | Steps with r=2 | Batch Size | Learning Rate | Outputs/Step (r) | +----------------+------------+---------------+------------------+ | 85k Steps | 1...
1medium
Title: Disabling queue will display only the first character in chatbot streaming Body: ### Describe the bug I want to disable queue for bot() in chatbot streaming - https://www.gradio.app/docs/gradio/chatbot#demos - chatbot_streaming ### Have you searched existing issues? 🔎 - [X] I have searched and f...
1medium
Title: [Bug] Spleeter crashes at "KMP_AFFINITY" Body: ## Description On some songs Spleeter decides to exit too early, rendering nothing. ## Step to reproduce It's hard to get provide instructions due to potential piracy. I will not share the song I'm trying to process, but basically load a song and it exits a...
2hard
Title: Crash in wsl Body: The script crashes when executed in WSL because it does not have access to the pc hardware. Please fix or dont use `playsound`.
1medium
Title: QST: Does the project consider DataFrame.query() arbitrary code execution to be a security vulnerability? Body: ### Research - [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [X] I have asked my usage related question on [S...
2hard
Title: how using the .txt files instead of xml? Body: i was study by darknet, but now i try the darkflow. in darknet, my custom image dataset have annotation file format is txt. it is composed: "object-class" "x" "y" "width" "height" so my question is how can i using this txt file? if i can't this, how can i co...
1medium
Title: Stop support for Python 3.8 Body: Stop supporting version 3.8 of Python.
2hard
Title: Error AttributeError: 'AnonymousUser' Body: I Have this trouble when I Open my documentation: view's MyViewSet raised exception during schema generation; use `getattr(self, 'swagger_fake_view ', False)` to detect and short-circuit this line 33, in get_queryset return MyModel.objects.filter(container=sel...
1medium
Title: Access to TFRC Body: Hello all Dears, How can we access free tpu via TFRC for pre-training BERT language Model on a specific language? the link below explains that we have to sign up here: https://services.google.com/fb/forms/tpusignup/ , but it seems that it's a dead URL. https://ai.googleblog.com/2017/0...
3misc
Title: What models or data sets are used for object detection Body: ### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question The following picture is an example, but no documentation was found ![ima...
3misc
Title: pip install arcgis==2.0.1 fails on MacOS Body: **Describe the bug** Cannot install _arcgis_ Python SDK v2.0.1 on MacOS using _pip install .._ which makes server installs using _requirements.txt_ difficult (_arcgis_ Python SDK v2.0.0 installs just fine). **To Reproduce** Steps: ``` pip install arcgis==...
1medium
Title: Using bert for Document Classification Body: How can i use BERT to fine tune for document classifications? Has anyone implemented it? Any example or lead would be really helpful. I want to use it for document which are way bigger than current max length(512 tokens).
1medium
Title: run_pretraining.py ignores undefined flags. Body: Hi, I'm trying to make bert model. I found that **`run_pretraining.py` ignores undefined flags**. for example, If I do like this, ``` python3 bert/run_pretraining.py \ --input_file=gs://input_dir/*.tfrecord \ --output_dir=gs://output_dir/ \ --do_train=...
1medium
Title: How to control /socket.io/ endpoint Body: Hello, This is less of an issue and more of a question, but is it possible to control the `/socket.io/` endpoint? I am using `Flask-SocketIO` for authenticated users only, using the `authenticated_only` function wrapper: ```def authenticated_only(f): @functoo...
1medium
Title: [BUG]: <Provide a clear, descriptive title> Cannot generate resume: Chromedriver version not discovered Body: ### Describe the bug 2024-09-30 11:27:11.553 | ERROR | src.aihawk_easy_applier:_create_and_upload_resume:470 - Failed to generate resume: Message: Selenium Manager failed for: /Library/Frameworks/Pyt...
1medium
Title: pandas 2.2: changed behaviour in `test_multi.py::test_concat5` Body: This test has started failing when pandas got upgraded to 2.2 last weekend: ``` FAILED dask/dataframe/tests/test_multi.py::test_concat5 - AssertionError: DataFrame are different DataFrame shape mismatch [left]: (14, 6) [right]: (14, 5...
1medium
Title: issues about scikit-learn Body: 1- in requirements.txt you have "scikit_learn" i think should scikit-learn. should change underscore "_" to hiffen "-". 2 - pyod is a indepencence of pycaret, i'm tryng making support to scikit-learn 1.4, but pyod have a conflict, please make support to scikit-learn 1.4 and relea...
1medium
Title: [BUG]move_rank is much slower than pd.rolling(window).rank() when window is a large value(>1000) Body: move_rank is much slower than pd.rolling(window).rank() when window is a large value(>1000)
2hard
Title: [Bug-App]: Invalid License json: cannot unmarshal string into Go struct field WeaveLimits.weaveLimits.weaveLimitBytes of type int64 Body: ### Describe the bug I installed wandb locally, I got a free license. ![Image](https://github.com/user-attachments/assets/6a6ca74d-48a8-4db2-9e69-cb5fbac61424) But when I c...
1medium
Title: question: how do I select the optimum number of resamples value to use? Body: Hi, It may be possible that the results of Sobol, Morris, Delta-Moment, and Derivative-based Global Sensitivity Measure depend on the used number of resamples value. If this is the case, is there a way to estimate the optimum value?...
1medium
Title: google-api-core error with lp.TesseractAgent(languages='eng') Body: **Describe the bug** code: `ocr_agent = lp.TesseractAgent(languages='eng')` <br> Error: ContextualVersionConflict: (google-api-core 2.11.0 (/usr/local/lib/python3.10/dist-packages), Requirement.parse('google-api-core[grpc]<2.0.0dev,>=1.14.0'),...
1medium
Title: pymysql Connection.ping AttributeError Body: ### Describe the bug sqlalchemy with PyMySQL 0.9.3 ping cause exception. ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2.0.23 1.4.50 ### DBAPI (i.e. the da...
1medium
Title: WAN2.1 apply_group_offloading **ERROR** result Body: ### Describe the bug I am attempting to use the WAN 2.1 model from the diffusers library to complete an image-to-video task on an NVIDIA RTX 4090. To optimize memory usage, I chose the group offload method and intended to compare resource consumption across d...
2hard
Title: Lost connection to MySQL server during query Body: When my application throws an exception and I try to access an endpoint again, it returns the error "**(2013, 'Lost connection to MySQL server during query ([Errno 104] Connection reset by peer)')"**. It is as if it were not connected to the database or as if...
1medium
Title: Fix Frontend Failing Test: paddle - tensor.torch.Tensor.fix Body: To-do List: https://github.com/unifyai/ivy/issues/27500
1medium
Title: [BUG] Container usage from external registry 'docker.io' found cause a warning in the tests Body: ### Description <!--- Describe your issue/bug/request in detail --> We started to get a warning that can be seen [here](https://dev.azure.com/best-practices/recommenders/_build/results?buildId=60846&view=logs&j=47...
1medium
Title: Bypass catchas/cookies/consent windows? Body: Are there Python libraries which allow to bypass diverse consent mechanisms put in place by news outlets for the readers to allow cookies? It would be too cumbersome to develop a headless browser exclusively for trafilatura. A good example would be the newspaper z...
1medium
Title: Enhance the memory efficiency of loading large models (400B) to prevent out-of-memory errors when using tensor parallelism. Body: ### Feature request Support shredded checkpoint file that matches the process rank for Pytorch distributed model creation and tensor papalism inference. ### Motivation When I attem...
2hard
Title: detail about prefix tuning Body: In prefix_tuning_template.py file https://github.com/thunlp/OpenPrompt/blob/675545ce1f946aa186efda8e8640dbc29fd1159f/openprompt/prompts/prefix_tuning_template.py#L207 The above code pad the attention_mask for extra prompt tokens. Why the function 'torch.zeros' is used here...
1medium
Title: Demo for highlighting text in a pdf file for LLM RAG purposes Body: - [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I wanted a way to simply show a PDF with highlighted text at the right page (for LLM RAG purposes). **Describe...
1medium