repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
mlfoundations/open_clip | computer-vision | 1,026 | @rwightman Could you clarify the FLOPs calculation for the EVA models? | Hi @rwightman,
I have a question regarding the FLOPs calculation for EVA-based models in OpenCLIP.
As far as I know, the image width (hidden size) for EVA-01 ViT-G is 1408. However, in the model_profile.csv file, the image width for all EVA models is listed as 768.
Could you confirm whether this is a typo? Also, was... | closed | 2025-02-07T03:21:10Z | 2025-02-07T08:15:58Z | https://github.com/mlfoundations/open_clip/issues/1026 | [] | ghost | 3 |
davidteather/TikTok-Api | api | 235 | [BUG] - RuntimeError: This event loop is already running | This is a known bug and I am working to resolve it.
The package works it just spits out a ton of unwanted text.
Problematic code in browser.py
```
fut.result() # so the async part running the functions
``` | closed | 2020-08-24T21:25:21Z | 2020-11-11T01:00:18Z | https://github.com/davidteather/TikTok-Api/issues/235 | [
"bug",
"Hacktoberfest"
] | davidteather | 10 |
piccolo-orm/piccolo | fastapi | 752 | Error in PIP Install commands at Windows | Errors:
```
C:\Users\Max>pip install 'piccolo[postgres]'
ERROR: Invalid requirement: "'piccolo[postgres]'"
C:\Users\Max>
C:\Users\Max>pip install 'piccolo[all]'
ERROR: Invalid requirement: "'piccolo[all]'"
```
But I installed the package in the following way:
```
C:\Users\Max>pip install piccolo
Coll... | closed | 2023-01-29T19:00:21Z | 2023-01-29T23:57:27Z | https://github.com/piccolo-orm/piccolo/issues/752 | [] | BaseMax | 3 |
localstack/localstack | python | 11,698 | feature request: IoT core rules with "http" action | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Support IoT core rules with "http" action.
https://docs.aws.amazon.com/iot/latest/developerguide/https-rule-action.html
 | Good morning, this is my code obtained from
the following page: https://spacy.io/universe/project/bertopic after running it I get the following error: Can't retrieve unregistered extension attribute 'trf_data'. Did you forget to call the set_extension method?
How can I solve this error?
Instalación de las bi... | open | 2023-09-29T09:35:49Z | 2023-10-03T11:50:34Z | https://github.com/MaartenGr/BERTopic/issues/1551 | [] | FranValero97 | 1 |
deepspeedai/DeepSpeed | pytorch | 6,654 | Command '['ninja', '-v']' returned non-zero exit status 1 - Unsupported NVHPC compiler found | I encountered multiple issues while trying to perform full fine-tuning of the LLaMA 3 8B model with DeepSpeed with A100-80GB x 2.
As a result, I decided to follow the DeepSpeed tutorial on Huggingface.
Below is the command I used, which closely follows the example in the tutorial:
```
deepspeed examples/pytorch/tra... | closed | 2024-10-23T02:33:37Z | 2024-10-30T19:07:17Z | https://github.com/deepspeedai/DeepSpeed/issues/6654 | [
"build"
] | qmin2 | 2 |
horovod/horovod | machine-learning | 3,882 | When running trainer script of transformers with some changes , throwing error | 4/07/2023 15:13:14 - INFO - __main__ - Grouping texts into single entries
[INFO|trainer.py:568] 2023-04-07 15:13:16,718 >> Using cuda_amp half precision backend
/home/user/.local/lib/python3.8/site-packages/transformers/optimization.py:391: FutureWarning: This implementation of AdamW is deprecated and will be remov... | closed | 2023-04-07T06:35:46Z | 2023-04-21T14:18:23Z | https://github.com/horovod/horovod/issues/3882 | [] | 22Mukesh22 | 0 |
sktime/sktime | data-science | 7,496 | [BUG] Loaded model from a saved sktime model failing to forecast on new data | I recently saved a deep neural network model (LSTFDLinear) after fitting it on a large dataset.After saving it i loaded it and wanted to update it and for it to make new forecasting figures based on the latest data but it keeps on giving results on the last fit procedure and does not change no matter what l do ...any h... | open | 2024-12-08T16:12:30Z | 2024-12-10T06:53:03Z | https://github.com/sktime/sktime/issues/7496 | [
"bug"
] | jsteve677 | 2 |
jazzband/django-oauth-toolkit | django | 745 | Apps aren't loaded yet | Hello,
I extended the classes "Server", "AbstractAccessToken" and "AbstractRefreshToken" in my models.py file. Then tells `OAUTH2_PROVIDER` to use it.
But I always get the exception :
```
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
```
Apparently, this error comes from the import :
```
... | closed | 2019-10-10T10:13:19Z | 2021-10-23T01:19:55Z | https://github.com/jazzband/django-oauth-toolkit/issues/745 | [] | Mysteriosis | 0 |
plotly/plotly.py | plotly | 5,087 | add swarm plot | I can't find swarm plot in plotly, but can use this way to plot a swarm map:
```
import plotly.express as px
import numpy as np
import pandas as pd
np.random.seed(1)
y0 = np.random.randn(50) - 1
mm=pd.DataFrame({"org":y0})
tmp=[]
for k in y0:
tmp.append(np.floor(k*10)/10)
mm["cut"]=tmp
cc=pd.DataFrame(columns=["x... | open | 2025-03-14T07:50:26Z | 2025-03-17T18:25:29Z | https://github.com/plotly/plotly.py/issues/5087 | [
"feature",
"P3"
] | suterberg | 1 |
flairNLP/fundus | web-scraping | 263 | Unify `Pipeline` and `Crawler`. | With some upcoming features, especially an async API for the crawler as suggested by @dobbersc and formulated in #260 , the problem of documentation duplication became very obvious.
The get rid of this problem @dobbersc and I came up with the idea to build up an inheritance schema like the following:
```python
c... | closed | 2023-07-04T18:41:48Z | 2023-07-11T19:44:33Z | https://github.com/flairNLP/fundus/issues/263 | [] | MaxDall | 0 |
mwaskom/seaborn | data-science | 3,114 | Feature request: Parallel coordinates plots | When visualizing high-dimensional datasets, parallel coordinates plots are sometimes very useful. I would love for Seaborn to have a build in function to do this!
**Resources**
- Wikipedia: [Parallel coordinates](https://en.wikipedia.org/wiki/Parallel_coordinates)
- Python Graph Gallery: [Parallel coordinate plo... | closed | 2022-10-27T13:14:14Z | 2022-11-04T10:37:24Z | https://github.com/mwaskom/seaborn/issues/3114 | [
"wishlist"
] | EwoutH | 11 |
aio-libs/aiopg | sqlalchemy | 65 | Closing connection object throws exception | Hi,
I am using aiopg with a Pool object that is shared among coroutines. Every once in a while, randomly I see following error:
psycopg2.ProgrammingError: close cannot be used while an asynchronous query is u
nderway
I can reproduce the issue with following:
<pre><code>
pool = yield from aiopg.create_pool(dsn)
with... | closed | 2015-07-10T09:46:19Z | 2016-07-16T16:22:44Z | https://github.com/aio-libs/aiopg/issues/65 | [] | sumerc | 8 |
kensho-technologies/graphql-compiler | graphql | 829 | Add a timezone-aware datetime GraphQL scalar type: DateTimeTz | Since #827 merged, we don't have a way to represent timezone-aware datetimes. For this, I propose adding a new scalar type: `scalar DateTimeTz`, Python name `GraphQLDateTimeTz`.
A few guidelines I'd like to propose:
- Outputting a field of type `DateTimeTz` is guaranteed to produce a timezone-aware result.
- Runti... | open | 2020-05-19T16:08:54Z | 2020-05-19T21:26:34Z | https://github.com/kensho-technologies/graphql-compiler/issues/829 | [
"enhancement"
] | obi1kenobi | 2 |
pallets/flask | python | 4,567 | Move `abort` to the `Flask` app object | Add an `abort` method to the `Flask` app object. Similar to functions like `flask.json.dumps`, `flask.abort` should look for a `current_app` and call its `abort` method. This will allow applications to override the abort behavior. | closed | 2022-05-02T14:29:47Z | 2022-05-27T00:06:02Z | https://github.com/pallets/flask/issues/4567 | [
"save-for-sprint"
] | davidism | 4 |
adbar/trafilatura | web-scraping | 82 | Broken docs python example | ["Producing TEI files"](https://trafilatura.readthedocs.io/en/latest/tutorial2.html#producing-tei-files) docs have this example
```python3
# load the necessary components
import trafilatura
# open a file and parse it
downloaded = trafilatura.fetch_url('https://github.blog/2019-03-29-leader-spotlight-erin-spicela... | closed | 2021-06-07T11:50:12Z | 2021-06-07T18:13:26Z | https://github.com/adbar/trafilatura/issues/82 | [] | tomwojcik | 0 |
axnsan12/drf-yasg | rest-api | 378 | Serializer to openapi.Schema | First off, awesome library!
Running into an issue with some custom `ModelViewSet` methods not showing anything in their responses. To deal with it, I added a method decorator:
```python
@method_decorator(
name="list",
decorator=swagger_auto_schema(
operation_id="List Questions",
opera... | open | 2019-06-07T20:48:16Z | 2025-03-07T12:16:50Z | https://github.com/axnsan12/drf-yasg/issues/378 | [
"bug",
"triage"
] | zak10 | 3 |
microsoft/nni | pytorch | 5,720 | NNI is starting, it's time to run an epoch but there's no value in the page? | **Describe the issue**:
it's time to run an epoch but there's no value in the page?
**Environment**:
- NNI version:2.5
- Training service (local|remote|pai|aml|etc):local
- Client OS:Win10
- Server OS (for remote mode only):
- Python version: 3.7
- PyTorch/TensorFlow version:PyTorch
- Is conda/virtualenv/v... | open | 2023-12-10T11:22:42Z | 2023-12-10T11:22:42Z | https://github.com/microsoft/nni/issues/5720 | [] | yao-ao | 0 |
mckinsey/vizro | pydantic | 281 | Uploading files in Vizro apps | ### Which package?
vizro
### What's the problem this feature will solve?
Perhaps there is a way already to do it, but I want the user to be able to select a file on the local computer and use it for analysis. I was hoping that there was a "vizro" object to do uploads, but I can't find one. Lacking that, can one some... | open | 2024-01-24T03:56:05Z | 2024-07-08T15:03:32Z | https://github.com/mckinsey/vizro/issues/281 | [
"Feature Request :nerd_face:"
] | bcichowlas | 2 |
deezer/spleeter | deep-learning | 304 | [Discussion] How to finetune “2stems-finetune” model with "F":1536 | <!-- Please respect the title [Discussion] tag. -->
Grettings. I tried trainning from checkpoint from "2stems-finetune" model, with my own vocals-accompaniment dataset(44.1khz, stereo).
It works fine with "F":1024. Though reports error when I raise "F" to higher value like 1536. the error info as follows:
(... | closed | 2020-03-27T03:38:16Z | 2020-04-02T09:14:36Z | https://github.com/deezer/spleeter/issues/304 | [
"question"
] | blackpaintedman | 1 |
Kludex/mangum | asyncio | 44 | Allow setting environment vars in CLI | closed | 2019-07-31T05:31:54Z | 2019-08-01T01:22:23Z | https://github.com/Kludex/mangum/issues/44 | [] | jordaneremieff | 0 | |
Anjok07/ultimatevocalremovergui | pytorch | 867 | error by MDX-NET model:MDX23C-InstVoc HQ | Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with the error details.
Raw Error Details:
RuntimeError: "Error opening 'F:/***.wav': System error."
Traceback Error: "
File "UVR.py", line 6565, in process_start
File "separate.py", line 683, in seperate
F... | open | 2023-10-07T05:13:25Z | 2023-12-28T12:01:58Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/867 | [] | Errorrrrr | 1 |
pydantic/FastUI | pydantic | 262 | Could we build a "plugin" system to expand the components library? | I think it would be great if components that are built in separate python / js package by the community could be brought in the `fastui` framework.
This would make the components much easier to "pick and choose" and many of the components might not need to be in the main framework.
My lack of js knowledge unfortunat... | open | 2024-04-05T08:55:37Z | 2024-04-05T08:55:37Z | https://github.com/pydantic/FastUI/issues/262 | [] | tim-x-y-z | 0 |
graphql-python/graphene-sqlalchemy | graphql | 341 | Post processing relationship result with SQLAlchemyConnectionField | Hi there!
Maybe someone asked this question, sorry.
But how to do post processing or override relationship result with `SQLAlchemyConnectionField`?
https://github.com/graphql-python/graphene-sqlalchemy/blob/master/examples/flask_sqlalchemy/schema.py#L36
```Python
class Query(graphene.ObjectType):
....... | closed | 2022-04-29T22:01:47Z | 2023-02-24T14:56:10Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/341 | [
"question"
] | ego | 3 |
voila-dashboards/voila | jupyter | 1,149 | Framework | closed | 2022-04-27T18:48:41Z | 2022-04-27T18:48:49Z | https://github.com/voila-dashboards/voila/issues/1149 | [] | FaisalF12 | 0 | |
HumanSignal/labelImg | deep-learning | 441 | Application hangs on adding specific number of annotations for an image | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
on running labelImg.py the application hangs if I create more than 10 annotations for the medium resolution image, for a higher resolution image it hangs on the third selection
- **OS: Windows 10**
... | closed | 2019-02-04T10:47:54Z | 2024-01-07T13:33:57Z | https://github.com/HumanSignal/labelImg/issues/441 | [] | PrakrutiChandak | 3 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,523 | [Bug]: Webui Infotext settings not working correctly | ### What happened?
I added options in settings to remove all adetailer infotext to have a simple and clean infotext but adetailer info continue to be saved in infotext. I don't know if this bug is limited to adetailer or exist in all extensions.
### Steps to reproduce the problem
Add what you don't want in inf... | open | 2024-04-15T08:12:25Z | 2024-04-15T08:24:36Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15523 | [
"bug-report"
] | ema7569 | 0 |
mitmproxy/pdoc | api | 179 | HTML generation / carriage return lost for multi-lines docstring | Hi,
I'm uisng the PEP 287 -- reStructuredText Docstring Format for my documentation like:
```
"""
This is a reST style.
:param param1: this is a first param
:param param2: this is a second param
:returns: this is a description of what is returned
:raises keyError: raises an exception
"""
```
and when g... | closed | 2018-10-11T13:36:37Z | 2021-01-19T16:52:27Z | https://github.com/mitmproxy/pdoc/issues/179 | [] | shazz | 7 |
lepture/authlib | django | 494 | JWE | How use:
{"alg": "A256KW", "enc": "A256GCM"} | closed | 2022-09-27T07:34:50Z | 2022-09-27T07:49:38Z | https://github.com/lepture/authlib/issues/494 | [] | timscriptov | 1 |
Gozargah/Marzban | api | 1,295 | can't set custom node to user subscription in api | hi I want to create a functional for change the list of servers in users subscription but that I send a put request with something like {
"links": [
"vless://heremysubcription to server 1",
"False"
]
}
than I got response {
"proxies": {},
"expire": 0,
"data_limit": 0,
"data_limit_reset_s... | closed | 2024-09-03T13:54:57Z | 2024-09-03T15:29:05Z | https://github.com/Gozargah/Marzban/issues/1295 | [
"Question",
"P3",
"API"
] | MaximCemencov | 4 |
replicate/cog | tensorflow | 1,263 | Prakash | closed | 2023-08-20T04:02:00Z | 2023-08-20T14:26:58Z | https://github.com/replicate/cog/issues/1263 | [] | Prakash07zaliy | 0 | |
encode/databases | sqlalchemy | 566 | Drop support for python 3.7 | Python 3.7 has just reached end-of-life: https://devguide.python.org/versions/#versions.
We can drop support for it now and update the codebase to use features available in `^3.8`. | closed | 2023-08-19T19:37:47Z | 2024-02-22T22:34:25Z | https://github.com/encode/databases/issues/566 | [] | zevisert | 1 |
google-research/bert | nlp | 1,210 | How to guide BERT to [MASK] certain tokens | I am fairly new to BERT and I was wondering if there is a way to guide the model into only [MASK]ing certain words. For instance, if I wanted to only randomly [MASK] Verbs, how will I go about doing that?
Thank you | open | 2021-03-19T09:23:44Z | 2021-03-19T09:23:44Z | https://github.com/google-research/bert/issues/1210 | [] | AdaUchendu | 0 |
Lightning-AI/pytorch-lightning | pytorch | 19,779 | Huge metrics jump between epochs && Step and epoch log not matched, when accumulate_grad_batches > 1 | ### Bug description
So at first I noticed the huge jump between epochs for both loss and accuracy calculated by torchmetrics, I debugged for a couple days by adding the "drop_last=True" in the dataloader, add some dropout or changing the model but nothing changed.
To clarify, Exp 4302c358770fe8041adbdc5137f079b8... | open | 2024-04-15T14:50:08Z | 2024-04-16T06:32:47Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19779 | [
"bug",
"needs triage"
] | stg1205 | 0 |
dmlc/gluon-cv | computer-vision | 785 | Any other parameters that make training time shorter(different epochs, decay epoch)? | The models in gluoncv perform very well, but the training parameters given in the shell script require a lot of time to train. For example, coco has to train 26 epochs, and this time will be longer if the GPU is insufficient.
 must be the same, but received input 1 dim is:320096, 1 not equal to input 0 dim:32, 1.
[Hint: Expected input_di... | closed | 2021-01-15T09:39:50Z | 2021-01-25T06:52:15Z | https://github.com/PaddlePaddle/models/issues/5207 | [
"paddlenlp"
] | nickyoungforu | 9 |
deepspeedai/DeepSpeed | pytorch | 6,827 | [BUG] ImportError: libcufft.so.10: cannot read file data | **Describe the bug**
A clear and concise description of what the bug is.
The following error occurs when I execute DeepSpeed
Traceback (most recent call last):
File "/root/miniconda3/envs/deepspeed/bin/deepspeed", line 3, in <module>
from deepspeed.launcher.runner import main
File "/root/miniconda3/envs/deepsp... | closed | 2024-12-06T02:56:38Z | 2024-12-09T18:14:50Z | https://github.com/deepspeedai/DeepSpeed/issues/6827 | [
"bug",
"training"
] | 1259010439 | 2 |
jupyter-book/jupyter-book | jupyter | 1,631 | installation problem | ### Describe the bug
Hello,
I have tried to install jupyter-book inside a virtual environment created with Python3.8.10. And I have errors during the installation (pip install -U jupyter-book) :
ERROR: myst-parser 0.15.2 has requirement mdit-py-plugins~=0.2.8, but you'll have mdit-py-plugins 0.3.0 which is incompa... | closed | 2022-02-08T08:48:03Z | 2022-02-08T12:44:13Z | https://github.com/jupyter-book/jupyter-book/issues/1631 | [
"bug"
] | kamelNaroun | 4 |
CorentinJ/Real-Time-Voice-Cloning | python | 724 | Unable to unzip VoxCeleb1 and VoxCeleb2 | I follow the instructions to download the datasets - VoxCeleb1 and VoxCeleb2 and concatenate the files using "cat vox1_dev* > vox1_dev_wav.zip". However, when I get the following error when I try to unzip it:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains ‘\020\313¨/... | closed | 2021-04-05T12:04:18Z | 2021-04-09T19:32:52Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/724 | [] | namanshah971 | 3 |
okken/pytest-check | pytest | 171 | check doesn't respect runxfail option | When `runxfail` option is set (`pytest --runxfail ...`) tests that use `check` are reported as xfail instead of failed:
_xfail_test.py_
```python
import pytest
@pytest.mark.xfail(reason="foo")
def test_xfail(check):
with check: # with this line gone, this is actual behaviour
assert False
```
... | closed | 2024-12-10T21:04:43Z | 2025-02-09T20:57:04Z | https://github.com/okken/pytest-check/issues/171 | [] | taylermulligan | 0 |
python-gino/gino | sqlalchemy | 265 | Compatibility with Python 3.7 | - [x] Quart support for 3.7 (https://gitlab.com/pgjones/quart/merge_requests/19)
- [x] Remove watchdog and PyYAML dependencies
- [x] Travis tests for 3.7 (https://github.com/travis-ci/travis-ci/issues/9815) | closed | 2018-07-02T05:56:09Z | 2018-07-06T03:28:43Z | https://github.com/python-gino/gino/issues/265 | [] | wwwjfy | 2 |
google-research/bert | nlp | 1,066 | BERT-Tiny,BERT-Mini,BERT-Small,BERT-Medium - TF 2.0 checkpoints | Hi All ,
I am looking at BERT checkpoint here - https://github.com/tensorflow/models/tree/master/official/nlp/bert for TF 2.0 .
Are checkpoints for BERT-Tiny,BERT-Mini,BERT-Small,BERT-Medium avaialbe in TF 2.0 ?
| closed | 2020-04-20T17:42:37Z | 2020-08-14T19:17:55Z | https://github.com/google-research/bert/issues/1066 | [] | 17patelumang | 2 |
aleju/imgaug | machine-learning | 262 | generate trapeze | Hello,
With imgaug, I would like to transform the image to a trapeze. How I can do this ?
```
+--+ ++
| | to / \
+--+ +---+
```
Thanks | open | 2019-02-19T15:56:36Z | 2019-02-25T09:35:16Z | https://github.com/aleju/imgaug/issues/262 | [] | pprados | 2 |
CTFd/CTFd | flask | 1,774 | Customize challenge submission response | We should probably be able to customize how a challenge submission response looks.
LIke be able to change an alert to a toast or a modal or something and be able to customize the text in it. | open | 2021-01-08T21:27:13Z | 2021-01-08T21:27:13Z | https://github.com/CTFd/CTFd/issues/1774 | [] | ColdHeat | 0 |
2noise/ChatTTS | python | 171 | 欢迎体验啊 | 欢迎体验: https://chattts.sctux.cc

| closed | 2024-06-01T08:43:26Z | 2024-06-17T03:36:11Z | https://github.com/2noise/ChatTTS/issues/171 | [] | guomaoqiu | 3 |
HumanSignal/labelImg | deep-learning | 792 | Error opening file | The codes in labelImg.py only take 'jpg' types into consideration. Thus when the images' type isn't 'jpg' actually, it couldn't work out elegantly, like this:

- **OS:** Windows + anaconda
- **PyQt vers... | open | 2021-09-07T10:48:34Z | 2021-11-19T13:33:15Z | https://github.com/HumanSignal/labelImg/issues/792 | [] | Venessa-wei | 8 |
2noise/ChatTTS | python | 139 | 无法生成语音 | <img width="1685" alt="image" src="https://github.com/2noise/ChatTTS/assets/10117682/aa8fba07-868f-4172-9910-884710233fb8">
正常安装,在UI里输入文字,生成语音时无限等待。 | closed | 2024-05-31T09:53:52Z | 2024-06-19T03:55:10Z | https://github.com/2noise/ChatTTS/issues/139 | [] | swizardlv | 7 |
ydataai/ydata-profiling | pandas | 831 | Correlation options in "Advanced Usage" not works as expected | Trying to run profiling with:
profile = ProfileReport(
postgres_db_table, title=db_parameter_dict["tableName"], html={"style": {"full_width": True}},
sort=None, minimal=None, interactions={'continuous': False}, orange_mode=True,
correlations={
"pearson": ... | open | 2021-09-21T13:45:44Z | 2021-09-21T13:45:44Z | https://github.com/ydataai/ydata-profiling/issues/831 | [] | enesMesut | 0 |
fastapi/sqlmodel | sqlalchemy | 66 | postgreSQL: SQLModel.metadata.create_all(engine) doesn't create the database file | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2021-09-01T11:34:29Z | 2021-09-02T21:28:11Z | https://github.com/fastapi/sqlmodel/issues/66 | [
"question"
] | Matthieu-Tinycoaching | 1 |
gunthercox/ChatterBot | machine-learning | 1,641 | Create bot for Support engineer | I have huge data of chats between clients and support Engineer for Perticula Software product, how I can create data set from this conversation so I would be able to Use ChatteBot as assistant to Support Engineer? | closed | 2019-02-25T19:38:15Z | 2025-02-25T22:50:46Z | https://github.com/gunthercox/ChatterBot/issues/1641 | [] | arshpreetsingh | 1 |
desec-io/desec-stack | rest-api | 298 | Replace Legacy DynDNS-Setup Checker with Forwarder to new Version | .. to save maintenance for two versions. The legacy version can be found at [dedyn.io/check/](https://dedyn.io/check) and https://github.com/desec-io/desec-stack/blob/master/www/html/check.html, respectively. | open | 2020-02-07T09:20:12Z | 2020-02-07T09:20:12Z | https://github.com/desec-io/desec-stack/issues/298 | [] | nils-wisiol | 0 |
kevlened/pytest-parallel | pytest | 104 | Maintainers needed | The project is not totally unmaintained but only minimal maintenance is done, and only obvious bugfixes will be quickly merged and released.
If you want your pull request to be merged, please ask some other competent contributors to [review your patch](https://docs.github.com/en/github/collaborating-with-pull-reques... | open | 2021-10-10T16:10:51Z | 2023-12-26T23:34:15Z | https://github.com/kevlened/pytest-parallel/issues/104 | [] | azmeuk | 5 |
benbusby/whoogle-search | flask | 367 | [DMCA] <Search Results are removed in google (DMCA Takedown) > | Search results are ***censored*** by google
(DMCA) Is there a way to show the results that are blocked?
(I don't think so, This can't be done without doing crawling)
Is there a way to implement this by looking at the urls that google's blocking? | closed | 2021-06-22T06:52:05Z | 2021-06-27T12:22:18Z | https://github.com/benbusby/whoogle-search/issues/367 | [
"question"
] | Albonycal | 2 |
d2l-ai/d2l-en | machine-learning | 2,099 | Need to tune performance for MXNet & TensorFlow for seq2seq | http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_recurrent-modern/seq2seq.html
http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_attention-mechanisms/bahdanau-attention.html
http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_attent... | open | 2022-04-13T07:55:48Z | 2022-05-16T13:23:18Z | https://github.com/d2l-ai/d2l-en/issues/2099 | [] | astonzhang | 1 |
datadvance/DjangoChannelsGraphqlWs | graphql | 11 | Incompatibility with channels-rabbitmq | I got errors when trying to use django-channels-graphql-ws together with channels-rabbitmq, see https://github.com/CJWorkbench/channels_rabbitmq/issues/3.
I don't understand the intricacies of the underlying problem, but I think you might at least appreciate the analysis provided by channels-rabbitmq's maintainer in... | closed | 2019-04-05T15:16:55Z | 2019-04-20T01:43:43Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/11 | [] | rakyi | 1 |
kizniche/Mycodo | automation | 1,196 | Add K-96 multi gas GHG sensor for CH4, CO2, N2O | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Dear Mycodo team,
We are developing a new open-source soil greenhouse gas reader for farm application. this will use the newer Sense-air K-96 NDIR sensor ... | closed | 2022-05-20T13:46:23Z | 2024-10-04T04:00:57Z | https://github.com/kizniche/Mycodo/issues/1196 | [
"enhancement",
"Testing"
] | alonrab | 14 |
wger-project/wger | django | 1,183 | Provide a way to let users donate using crypto currencies | ## Use case
Due to your great work on this project, good support and responsibility, I (and maybe some other people like me) want to donate to Wger project using crypto-currencies. Please provide a way to do so. | open | 2022-11-16T20:06:46Z | 2023-03-02T10:48:33Z | https://github.com/wger-project/wger/issues/1183 | [] | mohammadrafigh | 1 |
PokemonGoF/PokemonGo-Bot | automation | 5,511 | gmail login makes bot crash at start up | ### Expected Behavior
Bot to login with gmail account and start
### Actual Behavior
Bot crashes right at start up.
config.json:
```
{
"websocket_server": false,
"heartbeat_threshold": 10,
"enable_social": true,
"live_config_update": {
"enabled": false,
"tasks_only": false
},
"t... | closed | 2016-09-17T12:19:00Z | 2016-09-22T03:41:57Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5511 | [] | prusterle | 15 |
keras-team/keras | tensorflow | 20,731 | similar functions for `from_tensor` `to_tensor` from ragged api | I think ragged doesn't support yet. But is there any way to handle such following cases?
```python
tf.RaggedTensor.from_tensor
tf.RaggedTensor.to_tensor
...
def __init__(self, **kwargs):
super(RaggedToDenseTensor, self).__init__(**kwargs)
def call(self, inputs):
if isinstance(inputs, tf.RaggedTe... | closed | 2025-01-06T20:27:24Z | 2025-01-14T23:40:27Z | https://github.com/keras-team/keras/issues/20731 | [
"type:support"
] | innat | 6 |
JaidedAI/EasyOCR | machine-learning | 334 | French language support | Hi,
the model is not detecting french language, how can I add the model or train it? | closed | 2020-12-17T14:43:31Z | 2021-01-14T04:21:00Z | https://github.com/JaidedAI/EasyOCR/issues/334 | [] | AnassKartit | 1 |
airtai/faststream | asyncio | 1,540 | Feature: faststream should only require opentelemetry-api | To make it easier to switch the opentelemetry implementation it should be up to the user to install an implementation. The documentation can suggest `opentelemetry-sdk` but it should not be installed by default. This would allow a user to replace `opentelemetry-sdk` with a different implementation (e.g. Datadogs ddtrac... | open | 2024-06-20T13:36:38Z | 2024-07-02T21:47:13Z | https://github.com/airtai/faststream/issues/1540 | [
"enhancement"
] | florianmutter | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,388 | Getting detected by cloudflare | undetected chromedriver worked well till yesterday but now, cloudflare improved and the chromedriver is not bypassing cloudflare. I have attached the screenshot of it. cloudflare is just looping the captcha when selenium is running. When I close it, the website loads.
 is an interesting object detection model that fits into our `RegionDetector` abstraction. This task is about porting the DETR model to AllenNLP and trying it on all the vision+language tasks that are implemented right now. At the moment, this is VQAv2, GQA, and Visual En... | open | 2021-02-25T00:45:37Z | 2021-03-09T23:41:02Z | https://github.com/allenai/allennlp/issues/5020 | [
"Contributions welcome",
"Models",
"medium"
] | dirkgr | 0 |
jmcnamara/XlsxWriter | pandas | 731 | timedeltas shifted by 24h | Hi,
I am using XlsxWriter to show elapsed times in an "hours:minutes" format, but it appears to do add 24h to the value. With the code below I expect to see "1500:00", but I see "1524:00". This only happens with timedeltas > ~1440h.
I am using Python version 3.6.9 and XlsxWriter 0.9.6 and Excel version 2016.
H... | closed | 2020-07-14T11:02:06Z | 2021-03-29T19:00:48Z | https://github.com/jmcnamara/XlsxWriter/issues/731 | [
"bug",
"wont_fix",
"under investigation"
] | ktosiek | 9 |
django-import-export/django-import-export | django | 1,082 | admin not working with utf-8 import of csv file | When trying to import a file containing names with foreign characters in utf-8 format using the admin mixin, import-export either fails or mangles the characters.
This seems to be because when storing the uploaded data in a file in the temp directory prior to processing the data it uses text mode, which then complai... | closed | 2020-02-19T17:26:22Z | 2020-05-28T07:24:59Z | https://github.com/django-import-export/django-import-export/issues/1082 | [] | bilkusg | 4 |
tensorlayer/TensorLayer | tensorflow | 782 | Feature request:TL implement of CornerPooling | `class CornetPool(Layer):
"""The :class:`CornetPool` class is 2D cornet pool, see `here <https://arxiv.org/abs/1808.01244/>`__.
Parameters
--------------
prev_layer : :class:`Layer`
Previous layer.
filter_size : int
The filter size.
mode:str
BottomRight for the... | closed | 2018-08-13T12:23:51Z | 2018-08-13T12:26:23Z | https://github.com/tensorlayer/TensorLayer/issues/782 | [
"duplicate"
] | Windaway | 1 |
biolab/orange3 | scikit-learn | 6,219 | Deprecate: use_label_encoder | ```
test_XGB (test_xgb_cls.TestXGBCls) ... /home/runner/work/orange3/orange3/.tox/orange-released/lib/python3.8/site-packages/xgboost/sklearn.py:1421: UserWarning: `use_label_encoder` is deprecated in 1.7.0.
warnings.warn("`use_label_encoder` is deprecated in 1.7.0.")
/home/runner/work/orange3/orange3/.tox/orange-... | closed | 2022-11-22T18:25:05Z | 2023-01-11T09:18:27Z | https://github.com/biolab/orange3/issues/6219 | [
"snack"
] | markotoplak | 1 |
iperov/DeepFaceLab | machine-learning | 883 | Error when applying XSeg Mask. Help would be appreciated ASAP | Full terminal window & error message:
Applying trained XSeg model to aligned/ folder.
Traceback (most recent call last):
File "C:\Users\Joshua Waghorn\Documents\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1334, in _do_call
return fn(*args)
File "... | open | 2020-09-04T06:30:57Z | 2023-06-08T21:18:14Z | https://github.com/iperov/DeepFaceLab/issues/883 | [] | Xlectron | 6 |
ydataai/ydata-profiling | jupyter | 873 | Embeddable HTML output | **Missing functionality**
Over the last few days I've tried with no much success to adjust the current HTML so it can be embed on a Confluence page without affecting the whole page styles. Unfortunately, bootstrap overwrites multiple styles making the page to have an aesthetic look.
**Proposed feature**
Make an H... | closed | 2021-11-02T11:29:15Z | 2021-11-03T20:51:40Z | https://github.com/ydataai/ydata-profiling/issues/873 | [
"feature request 💬"
] | ciberger | 1 |
huggingface/datasets | pytorch | 6,580 | dataset cache only stores one config of the dataset in parquet dir, and uses that for all other configs resulting in showing same data in all configs. | ### Describe the bug
ds = load_dataset("ai2_arc", "ARC-Easy"), i have tried to force redownload, delete cache and changing the cache dir.
### Steps to reproduce the bug
dataset = []
dataset_name = "ai2_arc"
possible_configs = [
'ARC-Challenge',
'ARC-Easy'
]
for config in possible_configs:
data... | closed | 2024-01-11T03:14:18Z | 2024-01-20T12:46:16Z | https://github.com/huggingface/datasets/issues/6580 | [] | kartikgupta321 | 0 |
kennethreitz/responder | flask | 51 | Middleware | Supporting ASGI middleware would be a really good way to compartmentalise away bits of complexity, as we all promoting more of a cross-framework ecosystem.
I'd suggest an interface of `app.add_middleware(cls, **options)`
We could then do things like:
* Move the GZip handling out of `Response`, and use `Starl... | closed | 2018-10-15T11:39:52Z | 2018-10-17T19:08:09Z | https://github.com/kennethreitz/responder/issues/51 | [
"feature"
] | tomchristie | 6 |
aminalaee/sqladmin | fastapi | 879 | Postgres json field dont work with asyncpg | ### Checklist
- [x] The bug is reproducible against the latest release or `master`.
- [x] There are no similar issues or pull requests to fix it yet.
### Describe the bug
If we use postgresql JSON field in mode like
`data: Mapped[dict[any, any]] = mapped_column(JSON)`
it works file on frontend site - shows default a... | open | 2025-02-05T22:30:33Z | 2025-02-05T22:30:33Z | https://github.com/aminalaee/sqladmin/issues/879 | [] | Vasiliy566 | 0 |
axnsan12/drf-yasg | django | 457 | swagger_auto_schema on request_body clears result schema? | ```
@swagger_auto_schema(request_body=openapi.Schema(
type=openapi.TYPE_OBJECT,
properties={
}
))
@list_route(methods=['post'])
@get_cart_viewset()
def remove_point(self, request, *args, **kwargs):
```
I get the empty response type.
```
Code | De... | closed | 2019-09-19T07:54:35Z | 2020-10-26T01:10:36Z | https://github.com/axnsan12/drf-yasg/issues/457 | [] | pcompassion | 2 |
lepture/authlib | django | 394 | httpx integration: add support for other async backends | **Is your feature request related to a problem? Please describe.**
At the moment authlib's httpx integration only supports the default asyncio backend (i.e. usage of asyncio.Event in AsyncOAuth2Client). But httpx supports multiple backends (asyncio, trio, curio, anyio)[^1]
As a user I'd expect a library claimin... | closed | 2021-10-19T11:42:18Z | 2022-01-12T22:12:43Z | https://github.com/lepture/authlib/issues/394 | [
"feature request",
"client"
] | nam3less | 0 |
mwaskom/seaborn | matplotlib | 3,704 | [Bug] Plotting categorical columns includes empty categories | ### A reproducible code example that demonstrates the problem
```python
import matplotlib.pyplot as plt
import pandas as pd
import seaborn as sns
countries = ['US', 'Canada', 'Spain', 'US', 'Canada', 'Sweden', 'Jordan', 'Netherlands', 'US', 'Spain']
df = pd.DataFrame(countries, columns=['Countries'])
df['Count... | closed | 2024-06-02T23:05:40Z | 2024-06-04T18:34:07Z | https://github.com/mwaskom/seaborn/issues/3704 | [] | Yazan-Sharaya | 3 |
Avaiga/taipy | data-visualization | 1,909 | [🐛 BUG] Certain python expression not working anymore in Markdown | ### What went wrong? 🤔
Using < in a Python expression will create an issue. This is a regression from 3.1.
```
WARNING:root:
--- 1 warning(s) were found for page '/' in variable 'md' ---
- Warning 1: Missing leading pipe '|' in opening tag line 2: '<|{data[data["A"] < 3]}|chart|x=A|y=B|>'.
```
And the re... | closed | 2024-10-04T08:23:19Z | 2024-10-04T09:56:33Z | https://github.com/Avaiga/taipy/issues/1909 | [
"🖰 GUI",
"💥Malfunction"
] | FlorianJacta | 0 |
keras-team/keras | tensorflow | 20,902 | pytorch backend lstm very +10x slow (maybe batch size with pytorch backend has different semantics than the traditional Keras semantics?) | https://stackoverflow.com/questions/78717341/keras-training-speed-with-pytorch-backend-is-a-lot-slower-than-with-tensorflow
"""
I am on native Windows and I used old Keras with TensorFlow 2.10 (GPU accelerated) before. I wanted to try Keras 3 with PyTorch backend. Can someone please help me why this model trains 10x s... | open | 2025-02-14T01:44:09Z | 2025-02-14T04:53:51Z | https://github.com/keras-team/keras/issues/20902 | [
"backend:torch"
] | mw66 | 2 |
openapi-generators/openapi-python-client | rest-api | 1,085 | OpenAPI 3.0 default response not suported | **Describe the bug**
I make use of the OpenAPI 3.0 default response feature on every handler: https://swagger.io/docs/specification/describing-responses/#default however this is unsupported by the codegen tool currently.
**OpenAPI Spec File**
https://github.com/Southclaws/storyden/blob/main/api/openapi.yaml
... | closed | 2024-07-29T18:02:07Z | 2024-07-29T18:05:54Z | https://github.com/openapi-generators/openapi-python-client/issues/1085 | [] | Southclaws | 1 |
alirezamika/autoscraper | web-scraping | 44 | Add support for sepecifying text encoding. | I'm working with a legacy Chinese site with BIG5 text encoding, and I'm not able to set text encoding by passing arguments through `request_args`, because requests don't support it.
So the results I get was garbled, like this: `'¡ ̧ÔÚÕâ ̧öÊÀ1⁄2ç ̧æÖÕÒÔǰ©¤©¤A¡1-promise/result-'`.
Encoding can only b... | closed | 2021-01-10T09:20:01Z | 2021-01-23T17:11:51Z | https://github.com/alirezamika/autoscraper/issues/44 | [] | RealXuChe | 3 |
psf/black | python | 4,111 | What is "Incorrectly formatted" ? | _Python syntax has changed? Or it hasn't? This line was not flagged in the past._
It would be nice to add a bit more info to that error message (e.g. a link or at least a code what exactly is violated). This way the message is more annoying than helpful.

| open | 2023-03-15T04:36:33Z | 2024-06-18T02:30:42Z | https://github.com/Python3WebSpider/ProxyPool/issues/190 | [
"bug"
] | Whale-Yu | 7 |
NVIDIA/pix2pixHD | computer-vision | 319 | RuntimeError: CUDA out of memory,continuous training? | I have trained 3000 pairs of data, and want to add another 2000 pairs to continue training, using the following command:
`
python train.py --name comics --dataroot ./datasets/comics3Kto5K --loadSize 512 --label_nc 0 --no_instance --netG local --load_pretrain checkpoints0310/comics/`
But the error is as follows:
#... | open | 2023-03-14T01:46:12Z | 2023-04-04T02:49:12Z | https://github.com/NVIDIA/pix2pixHD/issues/319 | [] | watertianyi | 5 |
idealo/image-super-resolution | computer-vision | 172 | git lfs can't download weights | open | 2021-01-27T11:58:16Z | 2021-04-02T16:41:20Z | https://github.com/idealo/image-super-resolution/issues/172 | [] | ItamarGronich | 1 | |
huggingface/datasets | pandas | 6,644 | Support fsspec 2023.12 | Support fsspec 2023.12 by handling previous and new glob behavior. | closed | 2024-02-07T12:44:39Z | 2024-02-29T15:12:18Z | https://github.com/huggingface/datasets/issues/6644 | [
"enhancement"
] | albertvillanova | 1 |
pyeve/eve | flask | 554 | 'User-Restricted Resource Access' with HMAC authentication but it is doesn't work | Hi!
I'm trying to use the 'User-Restricted Resource Access' with HMAC authentication but it is doesn't work.
I just debugged the Eve code and I found this:
/eve/io/base.py

The clause request.authorization i... | closed | 2015-02-03T14:16:19Z | 2015-02-03T16:11:10Z | https://github.com/pyeve/eve/issues/554 | [] | ghost | 3 |
pyppeteer/pyppeteer | automation | 144 | How to properly cleanup non-existent chromium processes? | OS Info: Windows 10 v1909
Python version: Python 3.7.0
Pyppeteer version: pyppeteer==0.2.2 (also tried with dev version and ran into same problem)
I am trying to take screenshots for 14 websites and of those 14 screenshots, 13 are successful. Which is great! However, one fails with
Exception occurred: net::ERR_S... | open | 2020-06-30T03:49:46Z | 2021-12-26T14:10:23Z | https://github.com/pyppeteer/pyppeteer/issues/144 | [
"bug"
] | NotoriousRebel | 8 |
JaidedAI/EasyOCR | machine-learning | 341 | Terrible performance when trying to read single digit numbers. Performance improves significantly on using binary inverse thresholding, but not completely. | EasyOCR doesn't perform well when trying to read a page of purely single digit numbers. Replacing single digit numbers with at least 2 digits reverses this, with the reader recognizing almost all numbers correctly. I am using the allowlist string = '0123456789' to signal to the module that there are only digits present... | closed | 2021-01-02T08:09:28Z | 2024-11-18T09:30:23Z | https://github.com/JaidedAI/EasyOCR/issues/341 | [] | Arpanio | 5 |
vimalloc/flask-jwt-extended | flask | 318 | Validate token without authoration headers | Hello,thank you to create this wonderful library
i want generator token to validate email like this:
```python
@app.route('/register', methods=["GET", "POST"])
def register_view():
if request.method == 'POST':
email = request.form.get('email')
user = create_new_user()
send_email(... | closed | 2020-02-26T09:42:17Z | 2020-02-27T02:20:53Z | https://github.com/vimalloc/flask-jwt-extended/issues/318 | [] | joshuap233 | 2 |
deepset-ai/haystack | pytorch | 8,271 | docs: Pipeline.inputs() | Once a pipeline is created, it's difficult for users to _know_ how they should run the pipeline. We have quite a useful utility function for pipelines which is `.inputs()` which lists all the expected/required inputs for the components.
We should use this in our docs heavily imo. This function is hardly visible, an... | closed | 2024-08-22T13:27:22Z | 2024-09-17T11:16:37Z | https://github.com/deepset-ai/haystack/issues/8271 | [
"topic:pipeline",
"type:documentation",
"P2"
] | TuanaCelik | 2 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 2,950 | Parameter "singleuser.defaultUrl" not working | ### Bug description
With the lastest version of the Helm chart 2.0.0, the parameter "singleuser.defaultUrl" does not work. Setting it to "/lab" previously redirected the single-user servers to JupyterLab, now it opens the regular jupyter notebook
<!-- Use this section to clearly and concisely describe the bug. --... | closed | 2022-11-17T13:10:47Z | 2022-11-17T14:32:28Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2950 | [
"bug"
] | AdrianSanchezLopez | 3 |
streamlit/streamlit | streamlit | 10,151 | Show table with merged cells | ### 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
For non-editable columns in st.dataframe or st.data_editor I want to display merged cells like the empty cell... | open | 2025-01-10T06:30:49Z | 2025-01-11T11:08:01Z | https://github.com/streamlit/streamlit/issues/10151 | [
"type:enhancement",
"feature:st.dataframe",
"feature:st.table"
] | matsushitaa | 3 |
graphql-python/graphene-sqlalchemy | graphql | 342 | Enum support for automatic hybrid property type conversion | See discussion in #340 | open | 2022-04-29T23:03:53Z | 2022-04-29T23:03:53Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/342 | [
"enhancement"
] | erikwrede | 0 |
inventree/InvenTree | django | 8,656 | Dev Container | ### Deployment Method
- [ ] Installer
- [x] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a link `Steps to Reproduce`
### Describe the problem*
When I walk through the dev container process, postCreateCommand.... | closed | 2024-12-11T16:04:00Z | 2024-12-13T21:39:24Z | https://github.com/inventree/InvenTree/issues/8656 | [
"bug",
"setup"
] | ttftw | 4 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 237 | Using MPerClassSampler with thousands of labels? | I've misunderstood the API, thanks for an amazing repo:) | closed | 2020-11-21T07:50:03Z | 2020-11-21T08:16:34Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/237 | [] | dvirginz | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 344 | 翻译有点糟糕 | 
我抽查了一些Flicker30k cn的翻译,很多语句不通。直觉上应该会对模型训练效果打折扣吧,不知道我的担忧是否是多余的。 | open | 2024-08-13T03:26:40Z | 2024-08-13T03:26:40Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/344 | [] | ccl-private | 0 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 22 | 运行infer.sh文件出现错误 | 运行infer.sh报错:没有找到adapter_config.json文件。
保存的权重文件如下:
<img width="150" alt="image" src="https://user-images.githubusercontent.com/49066765/236186586-a8fb7d68-7803-42ce-9c79-456af57ecf97.png">
请问是哪里出错导致没有adapter_config.json文件?
| closed | 2023-05-04T11:06:47Z | 2023-05-05T08:36:53Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/22 | [] | CodingPeasantzgl | 2 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,643 | [Bug]: WebUI not startting with --listen | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-11-11T09:08:11Z | 2024-11-19T09:30:32Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16643 | [
"bug-report"
] | IcteFourU | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.