text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Parameters to provide a `validate` method Body: Hi there! I'm thinking of adding a 'validate' method to the Parameter class in the OpenAPI module. This would check the given value (e.g. in a query) actually matched the type (and format, if set) of the parameter. A further possibility would be to provide a...
1medium
Title: Cannot add VRT raster layer Body: I am trying to add a layer using a RasterData object initialized with a VRT image. ``` vrt = RasterData("test.vrt") M.add_layer(vrt) ``` The layer does not appear on the map and the Jupyter server throws this error: ``` RuntimeError: `/test.vrt' does not exist i...
1medium
Title: supervised.exceptions ERROR No models produced Body: 2021-05-24 18:04:12,100 supervised.exceptions ERROR No models produced. Please check your data or submit a Github issue at https://github.com/mljar/mljar-supervised/issues/new. 1_Optuna_LightGBM not trained. Stop training after the first fold. Time needed t...
1medium
Title: Investigate DirRec for RegressionModels Body: See the discussion [here](https://github.com/unit8co/darts/issues/1852#issuecomment-1607100247), and a paper [here](https://www.researchgate.net/publication/221165768_Time_Series_Prediction_using_DirRec_Strategy)
1medium
Title: Parsing YouTube videos with yt-dlp.exe on Windows with VPN Body: ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm asking a question and **not** reporting a bug or requesting a feature - ...
1medium
Title: 1.7 python manage.py cry Body: Hi, it's 4:45am here, good time for a lil pip update (and some tears) ! manage.py doesn't love me anymore ``` Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/opt/virtualenvs/diagenv/lib/python2.7/site-...
1medium
Title: While updating conda(installing current version), I found some erros, how to solve it? Body: >> conda install conda=23.10.0 Result Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed w...
1medium
Title: Missing a little f-strings interpolation Body: I think is missing an ```f``` at the beginning of the string in line 266 https://github.com/art049/odmantic/blob/f20f08f8ab1768534c1e743f7539bfe4f8c73bdd/odmantic/model.py#L265-L268
0easy
Title: Subplot margins (Chapter 1, Exercise 2) Body: Hi @rougier, There is a statement about additional figure margins for Exercise 2 solution: https://github.com/rougier/scientific-visualization-book/blob/a6e0607fa8dbcfa5e6251cd7b64b5a094ad4e0f9/code/anatomy/inch-cm.py#L13-L15 And there is a code that performs th...
1medium
Title: Accessing the localStorage of a browser Body: Does solara provide access to (read/write/modify) the browsers "localStorage" ? Thanks
1medium
Title: Analyze API-endpoint failing with example request from Postman-collection Body: So, first of all, thanks for an amazing project! I'm running the API with Docker and when I test the selection of api-requests in the postman collection, Analyze is the only one not working. The posted image data is the default fr...
1medium
Title: CI: Builds fail with Numpy 1.24 Body: Builds with Python versions newer than 3.7 fail because Numpy have changed their API in release 1.24 and some package requirements aren't restrictive enough. https://github.com/horovod/horovod/actions/runs/3837009090 ``` # ... 2023-01-03T19:09:52.2227909Z #29 28.83 F...
1medium
Title: DDP issue Body: **Bug Report Checklist** import pyarrow.parquet as pq from autogluon.multimodal import MultiModalPredictor import os train_data = pq.read_table('features_with_label.parquet').to_pandas() metric = 'f1' time_limit = 180 predictor = MultiModalPredictor(label='label', eval_metric=metri...
1medium
Title: More pre-trained Faster RCNN Model? Body: Hi, according to this [page](http://models.tensorpack.com/FasterRCNN) | COCO-R101C4-MaskRCNN-Standard.npz | 196 MiB | (sha256) | | -- | -- | -- | | COCO-R50C4-MaskRCNN-Standard.npz | 128 MiB | (sha256)| | COCO-R50FPN-MaskRCNN-Standard.npz | 158 MiB | (sha256)| | I...
1medium
Title: [RELEASES] Replace direct links to the release details page with links to open the release flyout Body: At the time of writing I don't have a complete list of places that link to release details. There is a Release Hovercard thing that should also exist at all the callsites. In the end we want all links in the ...
1medium
Title: 🐛 [Bug]: Some images does not added to video Body: ### What happened? I found images added to video are less than the searched result image list. ### What type of browser are you seeing the problem on? Microsoft Edge ### What type of Operating System are you seeing the problem on? Windows ### Python Versi...
1medium
Title: Bug: Parsing tagged unions Body: ### Description When using tagged unions, while the correct OpenAPI schema is generated, decoding the request fails. It also doesn't work with the MsgpackDTO. It seems that the internal litestar.typing.FieldDefinition type doesn't support tagged unions. A question thou, are t...
1medium
Title: where is the anti_spoofing Body: ### Description I saw anti-spoofing parameters in the documentation, but there is no such code in the actual code ### Additional Info _No response_
1medium
Title: displot instantly close upon display when using seaborn 0.11.2 with matplotlib 3.5.2 Body: I encountered a case of figure window closing instantly when trying to display a displot. To reproduce, try the following with seaborn version 0.11.2 and matplotlib version 3.5.2 ```python import seaborn import mat...
1medium
Title: Support for async requests or webhooks Body: <!-- ⚠️ BEFORE SUBMITTING, READ: We're excited for your request! However, here are things we are not interested in: - Decorators. - Doing the same thing in multiple ways. - Adding more layers of abstraction... tree-depth should be 1 at most. - Features...
1medium
Title: Open IE separates auxiliary and participle into separate tuples Body: <!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stacko...
1medium
Title: So Logfire logs are actually traces? Body: ### Question As per title: https://github.com/pydantic/logfire/blob/770780d4e0f5610bd8cbd596029d0cb1e23f25ae/logfire/_internal/main.py#L654-L670 Asking because I have been exploring OpenTelemetry recently and was disappointed to find that [the client APIs for log...
3misc
Title: DateTime comparisons behaving unexpectedly Body: <!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/st...
1medium
Title: Wrong skeleton structure issue when trying to load a svg skeleton file Body: ### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce Hi folks, I created a skeleton...
1medium
Title: Where will jina write logs to when it triggers `continue_on_error`? Body: We use `post` to send request to server with parameter `continue_on_error`. `if set, a Request that causes an error will be logged only without blocking the further requests.` So where will it be logged to and what will write to the logs...
1medium
Title: Documentation in readme for allowed parameter values Body: It would be great to include the allowed parameter values in the GitHub read-me. When setting parameters for a production server I had to guess or search many of them in the Discourse forum for that kind of information. Example of questions that this ...
0easy
Title: Optional GenericRel support Body: Hi, the new version (0.16), uses `GenericRel` and `ContentType` imported in `mixins.py` lines 4 and 5, however this breaks all projects that do not use `contenttype` modules, especially for those who use django as microservices... removing all django stuff (auth, contenttype, me...
1medium
Title: 退市股的基本数据里缺行业、地域等参数,可能影响回测。 Body: 调用stock_basic接口,查询已退市股票,缺少行业、地域等数据,可能影响回测。 ![image](https://user-images.githubusercontent.com/9562970/152683120-d34285bd-7e5f-4ed4-8dde-e4899aef7155.png) 用户id:213079
1medium
Title: 404 Client Error (only on certain tickers - which are still active/not delisted) Body: ### Describe bug I have a program that cycles through a list of all the S&P500 companies to check the 'upgrades_downgrades' attribute of each one (with a for loop). It gets the tickers from a well maintained Wikipedia page (s...
1medium
Title: gp_minimize: ranges can be a different datatype than initial guess Body: I am using skopt version 0.9.0 and numpy 1.23.5 (due to an error I got that is specified in #1138). I found, after downgrading numpy from 1.24.1, that I had made an error in specifying the ranges. They were ints instead of floats. however, ...
1medium
Title: [Bug]: Memory leak in video OP Body: ### Before Reporting 报告之前 - [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred du...
2hard
Title: In certain situations, `setdefault` of a Dict returns an incorrect value. Body: The `example` function in the following code is expected to return `DictType[int64,array(float64, 1d, A)]<iv=None>({1: [1000. 0.]})`, but instead, it returns `DictType[int64,array(float64, 1d, A)]<iv=None>({1: [0. 0.]})`. The issue i...
1medium
Title: write doesn't call write_array_formula Body: Hi, I am using XlsxWriter to write array formulas. The [documentation](http://xlsxwriter.readthedocs.io/worksheet.html?#write_array_formula) claims write() should call write_array_formula() for use when it returns a single value, but it is only called by write_form...
1medium
Title: Many tests fail Body: Ubuntu 16.10 tag: 0.9.8 Building & testing with: ``` echo -------- echo Cleaning echo -------- cd git-httpie sudo -u actionmystique -H git-reset-clean-pull-checkout.sh $branch $tag echo ----------------------- echo Instal...
2hard
Title: Cannot append elements to shell array while using tqdm Body: - [ ] I have marked all applicable categories: + [ ] exception-raising bug + [ ] visual output bug + [x] Command-line unintentional behaviour - [x] I have visited the [source website], and in particular read the [known issues] - [x]...
1medium
Title: RuntimeError: dictionary changed size during iteration Body: While using below function for multiple stocks (ticks) in below i am getting this error. Please suggest resolution yf.download(ticks, period="1d", interval="1m", rounding=False, prepost=True, ignore_tz=False, progress=False) File "/home/user/do...
1medium
Title: Add repeat() for iterable datasets Body: ### Feature request It would be useful to be able to straightforwardly repeat iterable datasets indefinitely, to provide complete control over starting and ending of iteration to the user. An IterableDataset.repeat(n) function could do this automatically ### Moti...
1medium
Title: Splitting up API library into multiple files Body: I've tried several different ways to split up the API files into separate python source but have come up empty. I love the additions to flask-restplus but it appears that only the classes within the main python file are seen. Is there a good example of how to ...
1medium
Title: Reloadium debugger shows filtered log messages in django Body: ## Describe the bug* Django app running in Pycharm 2023.2, Windows 11 If debugging with native debugger, log messages that are filtered do not appear in the console. If debugging with reloadium, they do appear and clutter the console. Also, no...
1medium
Title: [numba.cuda] StructModel + FP16 fails with CUDA because make_attribute_wrapper assumes default_manager Body: This ```python from numba import cuda from numba import types from numba.extending import models, make_attribute_wrapper, lower_builtin, as_numba_type, type_callable from numba.cuda.models import re...
2hard
Title: Inconsistent behavior with dcc.Store initial values and prevent_initial_call Body: ``` dash 2.16.1 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-iconify 0.1.2 ...
1medium
Title: The web version is not working Body: ![Image](https://github.com/user-attachments/assets/e7034e86-03b7-438a-b345-30b7f0804c95) Trying to search and it loads forever.
1medium
Title: Interactive plots with Plotly: Link broken 404 error! Body: ## Tried to see the nbviewer: Interactive plots with Plotly clicking in the link you offer ## https://nbviewer.jupyter.org/github/plotly/python-user-guide/blob/master/Index.ipynb # got: 404 : Not Found You are requesting a page that does not exis...
1medium
Title: tensorflow.python.framework.errors_impl.FailedPreconditionError: Error while reading resource variable localhost. This could mean that the variable was uninitialized. Not found: Container localhost does not exist. (Could not find resource: localhost/F_2_2/kernel) Body: ``` from PIL import Image import numpy as...
1medium
Title: Training crashes during pretraining Body: After extracting the version 01_04_2021, I immediately ran the pretraining with default options. I set the target iterations to 500,000. After loading and training for a while it crashes, I restarted it each time reducing batch size and it still crashes. The f...
2hard
Title: DeepSpeed inference load the whole model to cpu numerous times Body: Hi when I use DeepSpeed to inference ,when running GPU = 4,model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16) will be loaded four times. This takes up a lot of CPU memory.Is there a way to load the model only on...
1medium
Title: Opencv channel swap in ImageSinks Body: ### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Hello I realize opencv used BGR instead of RGB, and therefore, the following code will cause c...
1medium
Title: Please delete this issue Body: -snip-
3misc
Title: Create a better Example notebook Body: Currently the example notebook is more geared towards understanding the implementaiton details, than how to use ipytest effectively.
1medium
Title: [PR] Fix Windows Compatibility Body: > <a href="https://github.com/damc-dev"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/3859789?v=4"></a> A pull request by [damc-dev](https://github.com/damc-dev) at _2019-11-06 01:44:29+00:00_ > Original URL: https://github.com/zalando-inc...
1medium
Title: [serve] proxy memory leak Body: ### What happened + What you expected to happen Seeing memory growth in the proxy actor over time indicating a memory leak: <img width="1357" alt="Image" src="https://github.com/user-attachments/assets/e0fd6e84-6e92-4e7c-91e2-4169ffc0bee2" /> ### Versions / Dependencies Ray 2....
2hard
Title: Fix french translation Body: French translation which seems ta have been automaticaly generated contains mistakes. I propose to fix some of them ### Environment Flask-Appbuilder version: 3.4.3
1medium
Title: Markercluster, disable cluster at zoomlevel Body: This issue was rasied by another person last year. But it seems to be no answer. I come aross the same issue and wonder if this can be done Markercluster or folium [https://github.com/python-visualization/folium/issues/1485]
1medium
Title: Renderer should be configurable on a per-router or per-endpoint basis Body: **Is your feature request related to a problem? Please describe.** I am trying to export metrics of my application via `prometheus_client`. Prometheus will consume plain-text data from any HTTP endpoint and parse it. All my endpoints a...
1medium
Title: Incorrect version requirement in 0.27.0 for asyncpg Body: New 0.27.0 version [passes record_class](https://github.com/CanopyTax/asyncpgsa/blob/b9e928ce4a27a2c3964c69cfe5a3189290f1fdaa/asyncpgsa/connection.py#L96) thus being incompatible with asyncpg<0.22.0, but declaration in setup.py [states the opposite](https...
1medium
Title: Change Config and UserConfig to allow recursive nesting of dictionaries Body: ### Describe the type of feature and its functionality. Currently both Config and User config are defined as arbitrary dictionaries with string keys and Scalar values. This requires the user to have knowledge of what the string keys...
1medium
Title: [BUG] dcc.Dropdown use outdated styles for react-virtualized-select (cursor should be pointer) Body: ![image](https://user-images.githubusercontent.com/72201/196037000-51156c03-c2bd-4601-8796-3f56186fcc6b.png) Cursor should be "pointer". The underlying library [has fixed this](https://github.com/bvaughn/react...
1medium
Title: 原来你们都在这里,哈哈㊙️㊙️㊙️ Body: 全网黑科技收藏了:[https://wxbug.cn/](https://wxbug.cn/)
3misc
Title: Dependencies issues with Allure Body: Hi, While trying to install pytest-allure plugin I caught the following issues : Could not find a version that matches allure-pytest Tried: 2.0.0b1, 2.0.0b1, 2.0.0b2, 2.0.0b2, 2.1.0b1, 2.1.0b1, 2.1.1b1, 2.1.1b1, 2.2.1b1, 2.2.1b1, 2.2.2b2, 2.2.2b2, 2.2.3b1, 2.2.3b1, 2.2....
1medium
Title: Data Generation Overlap for Multiple DataFrames Body: #### Concurrent Data Generation Strategies for Multiple DataFrames I realize this may be a difficult functionality to implement, but at a high level I am thinking about the best way to use pandera data generation in unit tests for testing functions that in...
2hard
Title: [Bug] when i run print(TTS().list_models()) I get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0> Body: ### Describe the bug was found in coqui tts V0.22.0 not sure why its happening the but when i run print(TTS().list_models()) i get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0> ### To Rep...
0easy
Title: error: Unexpected keyword argument "astext_type" for "JSONB" Body: I'm getting `error: Unexpected keyword argument "astext_type" for "JSONB"` in my alembic migrations on lines like: `sa.Column("data", postgresql.JSONB(astext_type=sa.Text()), nullable=True),` Looking at the [__init__](https://github.com/sqlal...
1medium
Title: Auto Restart when chips show as dashes `-` Body: i hope it will be auto restart function on this software, once the page is refresh and if any running chip XXXXX it will be auto restart for them.
1medium
Title: Issue using branca colormap with folium.raster_layers.ImageOverlay Body: **Describe the bug** Exhausted my troubleshooting - I believe this is in fact a bug, hopefully I'm not wrong! I think there is a bug attempting to use a branca colormap (of type branca.colormap.LinearColormap) with an ImageOverlay raste...
2hard
Title: Allow column names to pass through when fitting `narwhals` dataframes Body: ### Describe the workflow you want to enable Currently when fitting with a `narwhals` DataFrame, the feature names do not pass through because it does not implement a `__dataframe__` method. Example: ```python import narwhals as nw im...
0easy
Title: compatible with BasicTeX? Body: Question: I was just looking at this [requirement](https://github.com/3b1b/manim/blame/master/README.md#L21) and wondering Is this compatible with [BasicTeX](https://www.tug.org/mactex/morepackages.html)?
3misc
Title: Move prompt templates to separate files Body: ### 🚀 The feature Currently we have prompt's content is stored in class body mixed with other code: [`GeneratePythonCodePrompt`](https://github.com/gventuri/pandas-ai/blob/a8a15052eff658667d4eeccbe2431bc31911919d/pandasai/prompts/generate_python_code.py#L42) [`Co...
1medium
Title: how to find the end token in _sample_mask? Body: https://github.com/zihangdai/xlnet/blob/5cd50bc451436e188a8e7fea15358d5a8c916b72/data_utils.py#L369 why isn't _is_start_piece(sp.IdToPiece(seg[end].item()))? Should it check the end of n-grams?
2hard
Title: Incorrectly strips tuple brackets from single entry tuple Body: <!-- Please make sure that the bug is not already fixed either in newer versions or the current development version. To confirm this, you have three options: 1. Update Black's version if a newer release exists: `pip install -U black` 2. Use th...
1medium
Title: [Documentation Question] Upsizing segmentation masks Body: I'm curious how a type uint segmentation mask is able to be resized larger. The only method that makes sense to me would be KNN, but the docs say, "Note that segmentation maps are handled internally as heatmaps (one per class) and as such can be resized ...
3misc
Title: Capturing events from interactive plotly line drawing Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary A way to be able to draw lines in plots an...
1medium
Title: RoBERTa need vocab.json in hugging face Transformers Body: In hugging face, the `RobertaTokenizer` need a vocal file that is json format, would you tell how to fix? Otherwise release a json format vocab? PS:transformers version is 3.2.0 Best regards!
1medium
Title: pdoc does not seem to play nicely with GitPython when in a package Body: #### Problem Description pdoc is unable to import package that uses GitPython. We've noticed this issue in a large application, and I have created a minimal example that has been able to reproduce the issue here: https://github.com/cq...
2hard
Title: ReadTheDocs needs updating Body: Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help. 3. Th...
1medium
Title: I have 2 table. which have (one to many relationship). User and Car , one user can buy many cars .when i deleted Parent(User) child(cars) related with that parents must be deletd but when i deleted the child parents should not be deleted. Body: ### First Check - [X] I added a very descriptive title to this issu...
1medium
Title: Only output should be kept for keep_output and init_cell Body: Currently, `nbstripout` ignores `keep_output` and `init_cell` cells entirely. However, this means that lots of stuff beyond the output stays, such as `execution_count`. I think keeping this does not meet the design goals, and it can cause Git conflic...
1medium
Title: Error while running "Follow the likers of photos of users" Body: <!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht --> <!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki --> ## Expected Behavior it should follow t...
1medium
Title: [Bug]: Torch is not able to use GPU Body: ### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the w...
2hard
Title: [Extensibility] Bring an "hookable" way to make third-party libraries possible Body: One missing part needed by the community to provide external directives is a way to configure the directive. Here is a draft of the API to provide configuration. ## No more `Directive` abstract class The Directive class...
2hard
Title: Update Documentation for Flask >= 1.1.0 and Werkzeug >= 0.15.0 Body: > d-kahara commented 2 hours ago • > For anyone that's encountered this issue lately > This has changed > > from werkzeug.contrib.fixers import ProxyFix > app.wsgi_app = ProxyFix(app.wsgi_app) > > This is what you need: > > from we...
1medium
Title: High Memory consumption on ASR inferencing Body: ## ❓ Questions and Help #### What is your question? High memory consumption on ASR inferencing on a 16GB RAM server. It used up the system RAM up to 15.67GB and cause the whole server to hang. ![image (1)](https://github.com/facebookresearch/fairseq/assets/...
2hard
Title: 微信发送信息频率上限? Body: # 请问有人知道微信发送信息频率上限是多少吗? 自己的机器人碰到的问题... 希望大家可以来帮助讨论下 先谢过啦 ## 简单介绍下背景: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;功能上基本上就是群发,且群发的信息对不同人是不一样的。 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;然后希望能够越准时越好(比如元旦,最好就是1月1日00:00发送,微信上貌似就显示到分钟,所以有60s的时间来发送,好友大概120个的样子) &nbsp;&nbs...
2hard
Title: DatePickerSingle not compatible with Internet Explorer 11 Body: DatePickerSingle examples from the Dash user guide https://dash.plot.ly/dash-core-components/datepickersingle are not working with Internet Explorer 11 (tested version: 11.175.18362.0 with updates: 11.0.130). A selected date in the calendar won't up...
1medium
Title: Schema default value not used Body: Trying to set a default value for a Schema inside of a Parameter. It does not seem to be getting picked up in Swagger when I use the "Try it out" functionality. My schema looks like this: ``` @swagger_auto_schema( operation_id="Get a mission plan", ...
1medium
Title: New Chrome break the remote_debug? Body: After update to chrome Version 126.0.6478.62, remote_debug in seleniumbase is broken, with WARNING: Unable to get screenshot! <img width="348" alt="image" src="https://github.com/seleniumbase/SeleniumBase/assets/1127820/36f5fe04-7c3e-478b-83c5-4f60d626244a">
1medium
Title: [RFC] Add description text to the fields Body: There will be 2 ways to add a description to a field on the schema first: usign Doc() PEP 727 https://github.com/tiangolo/fastapi/blob/typing-doc/typing_doc.md ```py field: Annotated[str, Doc("This field is important")] ``` The above adds a Docstring to...
1medium
Title: lora不和基础模型合并,单独使用PeftModel加载可以吗,两者有区别吗 Body: ### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问...
1medium
Title: Proofread topic 4 Body: - Fix issues - Fix typos - Correct the translation where needed - Add images where necessary
0easy
Title: Wait for a socket and an event Body: Hi, Is it possible to wait for both a socket and an event? Something like this: ```python s = socket.socket() e = gevent.event.Event() gevent.wait([s, e]) # Either the socket or the event is ready ``` This code is obviously not valid, but I wonder if there's s...
1medium
Title: Fix Ivy Failing Test: torch - linalg.adjoint Body: To-do List: https://github.com/unifyai/ivy/issues/27501
2hard
Title: Stuck in filters Body: How to use filters here? If you added some examples it will be helpful. For example if we want to filter user table by first_name, last_name, email or status, How we can achieve?
1medium
Title: docker_network state:absent destroys networks with containers still attached, contrary to the documentation Body: ### Summary When I run a playbook which declares the state of an existing docker_network with connected containers to be absent, I expect the deletion to fail as documented [here](https://docs.ansib...
1medium
Title: dashboard error Body: ## Mycodo Issue Report: - Specific Mycodo Version: 6.08 #### Problem Description Please list: - when i modify the dashboard and add in a graph two value: temp setpoint, temp from ds18b20 ### Errors - List any errors you encountered. - Traceback (most recent call ...
1medium
Title: show_search not working on gr.Dataframe Body: ### Describe the bug Have gradio 5.14.0, when trying to use show_search='search' paramter for gr.Dataframe(..., getting the error below: TypeError: Dataframe.__init__() got an unexpected keyword argument 'show_search' Other parameters are working. ### Have you ...
1medium
Title: I get OSError: ... is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' for valid models Body: ### System Info OS: Windows 11 Python: Both 3.11.6 and 3.12.9 Pytorch: Both 2.2.0 and 2.6.0 ### Who can help? _No response_ ### Information - [x] The official example...
1medium
Title: Tensorflow Variable Aggregation testing in Keras 3.7.0 Body: Forking this from: https://github.com/keras-team/keras/issues/20568 Specifically tagging @james77777778. tl; dr: It's `SUM`. ------ The recommendation was: > Since there is no reproducible script for debugging, this is a random guess: ...
2hard
Title: Noise, wheezing in the output audio Body: Hi! Almost all the output audio that I received had a low voice frequency, and noise could occur in the middle of the voice. On many synthesized audio, the voice had a "hoarseness". As the source audio, I tried many different voices, many of them with a high-pitched ...
1medium
Title: [Bug] Deepseek chatChatCompletion has an additional bos in end of the assistant Body: ### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks correspo...
1medium
Title: mode.val(save_json=True),COCO API AssertionError: Results do not correspond to current coco set. Body: ### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no ...
1medium
Title: Numpy 1.22.0 and 1.24.3 Problem with TTS 0.22.0 and Librosa 0.10.0 and 0.10.1 Body: Hello everyone, I'm working as a scientistic assistance on Linux and we had a compatibility problem with TTS 0.22.0, Librosa 0.10.0 and Numpy 1.22.0 after an TTS Update from 0.11.0 to 0.22.0. With these updates we got the fol...
2hard