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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
voila-dashboards/voila | jupyter | 761 | Distribute the JupyterLab preview extension with the Python package | This will be a follow-up to #732.
For JupyterLab 3.0 we should consider distributing the preview extension with the `voila` Python package using the federated extension system.
We should however still publish the extension to npm for those who want to depend on `@jupyter-voila/jupyterlab-preview` in their own ex... | closed | 2020-11-11T11:56:06Z | 2020-12-23T13:39:21Z | https://github.com/voila-dashboards/voila/issues/761 | [
"jupyterlab-preview"
] | jtpio | 0 |
sgl-project/sglang | pytorch | 3,996 | Performance issue comparing on MI210x4 | Hello developers,
I'm benchmarking sglang and vllm on my server with 4 AMD Instinct MI210 GPUs. Here're some configuration details and benchmark results:
vllm server with command:
```
python -m vllm.entrypoints.openai.api_server \ --model /app/wdxu/models/DeepSeek-R1-Distill-Qwen-32B \ -tp 4 \ --port 10000
```
configs:... | open | 2025-03-02T15:35:24Z | 2025-03-03T06:33:03Z | https://github.com/sgl-project/sglang/issues/3996 | [] | VincentXWD | 1 |
google-research/bert | tensorflow | 1,025 | BERT pretraining num_train_steps questions | Hello,
I would like to confirm how the number of training steps and hence the number of epochs used in the paper for pretraining BERT is calculated.
From the paper, I deduced (kindly correct me if I am mistaken):
#_training_steps = #_desired_epochs * (#_words_(not_sentences)_in_all_input_corpus / #tokens_per_bat... | open | 2020-03-07T14:02:32Z | 2020-06-05T19:17:44Z | https://github.com/google-research/bert/issues/1025 | [] | MarwahAhmadHelaly | 3 |
deepinsight/insightface | pytorch | 2,262 | Why Fp16 Grad Scale is 0? | Training: 2023-03-14 09:08:43,293-Speed 2178.40 samples/sec Loss nan LearningRate 0.001000
Epoch: 0 Global Step: 20 Fp16 Grad Scale: 0 Required: 194 hours
Training: 2023-03-14 09:08:47,984-Speed 2183.37 samples/sec Loss nan LearningRate 0.001000 Epoch: 0 Global Step: 30 Fp16 Grad Scale: 0 R... | closed | 2023-03-14T01:11:43Z | 2023-03-27T02:18:13Z | https://github.com/deepinsight/insightface/issues/2262 | [] | deep-practice | 0 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,308 | [Bug]: sdxl model with api generates simple/geometric shapes images | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] 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
- [ ] The issue exists in the current version of the webui
- [X] The issue has not been reported ... | closed | 2024-03-18T17:57:02Z | 2024-03-19T12:04:48Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15308 | [
"bug-report"
] | victorbianconi | 0 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,223 | FFMPEG error, works most of the time but random error | Some voice files give me an error when I attempt to use my training over them. I have changed the format of the files, edited and saved them in Audition, so on, but I still occasionally get this output and it won't work:
`Traceback (most recent call last):
File "L:\RCV_voiceclone\my_utils.py", line 14, in load_au... | open | 2023-06-04T19:54:44Z | 2023-06-04T19:54:44Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1223 | [] | hobolyra | 0 |
deepspeedai/DeepSpeed | deep-learning | 6,006 | [BUG] Bad compatibility check by testing the existence of a CHANGELOG.md file which is not always available depending on the way of CUTLASS library installation | In this code, if we have nvidia-cutlass package installed with pip, there will be no CHANGELOG.md file in the installed site-package directory, and hence the test result will be false negative.


- [X] ... | closed | 2024-12-08T12:10:00Z | 2024-12-10T23:25:21Z | https://github.com/yt-dlp/yt-dlp/issues/11764 | [
"docs/meta/cleanup",
"wontfix"
] | asdf2adsfad | 1 |
OpenBB-finance/OpenBB | machine-learning | 6,680 | [Bug] OpenBB Platform hijacks default logger | **Describe the bug**
By importing openbb the default logger is manipulated impacting host applications.
**To Reproduce**
Run this code:
```py
import logging
logging.basicConfig(level=logging.INFO)
logging.info("This message is shown")
import openbb
logging.info("This message is hidden")
```
_Notice: That... | closed | 2024-09-19T21:06:50Z | 2024-09-23T12:55:32Z | https://github.com/OpenBB-finance/OpenBB/issues/6680 | [
"bug"
] | ncimino | 4 |
huggingface/datasets | pytorch | 7,249 | How to debugging | ### Describe the bug
I wanted to use my own script to handle the processing, and followed the tutorial documentation by rewriting the MyDatasetConfig and MyDatasetBuilder (which contains the _info,_split_generators and _generate_examples methods) classes. Testing with simple data was able to output the results of the ... | open | 2024-10-24T01:03:51Z | 2024-10-24T01:03:51Z | https://github.com/huggingface/datasets/issues/7249 | [] | ShDdu | 0 |
ydataai/ydata-profiling | jupyter | 779 | 'Heat Map tabs not clickable' | **Warning , Heat Map tabs not clickable**
<!--
The warning tab in Pandas Profile
[New PowerPoint.pptx](https://github.com/pandas-profiling/pandas-profiling/files/6448197/New.PowerPoint.pptx)
is not clickable in-spite multiple effort
-->
| closed | 2021-05-09T18:47:06Z | 2021-05-11T23:34:55Z | https://github.com/ydataai/ydata-profiling/issues/779 | [
"information requested ❔"
] | Leneet603 | 1 |
openapi-generators/openapi-python-client | rest-api | 211 | Exception when running with Python 3.9 | **Describe the bug**
Traceback when trying to run `openapi-python-client generate --url https://api.va.gov/services/va_facilities/docs/v0/api`
**To Reproduce**
Steps to reproduce the behavior:
1. Install via pipx
2. run `openapi-python-client generate --url https://api.va.gov/services/va_facilities/docs/v0/api`
... | closed | 2020-10-10T19:59:08Z | 2020-11-03T16:38:16Z | https://github.com/openapi-generators/openapi-python-client/issues/211 | [
"🐞bug"
] | duganth | 3 |
sqlalchemy/alembic | sqlalchemy | 310 | _iterate_related_revisions gets stuck with duplicate revisions | **Migrated issue, originally created by Michael Bayer ([@zzzeek](https://github.com/zzzeek))**
attached test illustrates a complex revision tree, where the _iterate_related_revisions() gets bogged down doing the same nodes over and over again. As only needs to emit unique nodes we need to put a seen set into it:
```
... | closed | 2015-07-22T16:12:16Z | 2015-07-22T16:38:22Z | https://github.com/sqlalchemy/alembic/issues/310 | [
"bug",
"versioning model"
] | sqlalchemy-bot | 3 |
s3rius/FastAPI-template | asyncio | 50 | Template using syntax docker-compose v2 "depends_on", but docker-compose version: '3.7' | Issue:
```bash
$ docker-compose -f deploy/docker-compose.yml --project-directory . build
ERROR: The Compose file './deploy/docker-compose.yml' is invalid because:
services.api.depends_on contains an invalid type, it should be an array
services.migrator.depends_on contains an invalid type, it should be an array
``... | closed | 2021-11-17T22:55:41Z | 2022-04-12T22:09:04Z | https://github.com/s3rius/FastAPI-template/issues/50 | [] | yevhen-kalyna | 4 |
Avaiga/taipy | automation | 1,535 | Improve style of metric control | ### Description
Having two metrics takes all my page. Metric takes 100% of my screen. This is unusable by itself.

The size must be configurable.
This should look like this by default:
:
answer: str = Field(description="Answer to question, Markdown format")
mermaid: str = Field(description="")
This answer may not be finished yet | closed | 2024-12-27T06:24:56Z | 2024-12-27T15:43:04Z | https://github.com/pydantic/pydantic-ai/issues/552 | [
"question",
"more info"
] | blackwhite084 | 1 |
laughingman7743/PyAthena | sqlalchemy | 214 | DurationSeconds in SQLAlchemy | Hi,
```
conn_str = f"awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com:443/?"\
f"s3_staging_dir={s3_staging_dir}&role_arn={role_arn}&role_session_name={role_session_name}"\
f"&serial_number={serial_number}&duration_seconds={duration_seconds}"
``... | closed | 2021-02-15T15:11:28Z | 2021-02-21T14:49:48Z | https://github.com/laughingman7743/PyAthena/issues/214 | [] | acountrec | 2 |
python-restx/flask-restx | flask | 129 | How to enable version switcher? | Hi team, I go through the doc but I didn't find a way to enable the version switcher in swagger, what I want to achieve is to present different swagger.json based on the version.
I've already used namespace for the API:
foo/v1/bar
foo/v1.1/bar
but the json contains the whole API v1 and v1.1, and it's kind of messy.... | open | 2020-05-06T20:09:25Z | 2020-09-13T06:32:47Z | https://github.com/python-restx/flask-restx/issues/129 | [
"question"
] | rqiu25 | 2 |
sangaline/wayback-machine-scraper | web-scraping | 4 | Crashes (includes fix) | Since I can't commit to your project, here are two fixes that I had to made in order to get the scraper to run:
In mirror_spider.py, line 50, there is no check whether the output path is valid. The URL can contain ? characters which causes the script to crash.
Here's my solution, it's just a quick fix and may req... | closed | 2018-04-29T09:07:56Z | 2021-02-15T19:01:29Z | https://github.com/sangaline/wayback-machine-scraper/issues/4 | [] | Cerno-b | 1 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 148 | Guideline on setting "n_z" parameter of hyperLSTM | How to set "n_z" parameter of hyperLSTM? Are there any guidelines? | closed | 2022-09-15T17:50:07Z | 2022-12-18T15:20:42Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/148 | [
"question"
] | Simply-Adi | 1 |
viewflow/viewflow | django | 458 | Redirect to the End node details on a process finish | https://stackoverflow.com/questions/56349628/how-to-specify-what-django-view-to-display-when-a-process-ends | open | 2024-07-18T07:33:09Z | 2024-07-18T07:33:19Z | https://github.com/viewflow/viewflow/issues/458 | [
"request/enhancement",
"dev/flow"
] | kmmbvnr | 0 |
apachecn/ailearning | python | 624 | M | **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 [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and conci... | closed | 2021-08-06T08:02:03Z | 2021-09-07T17:41:51Z | https://github.com/apachecn/ailearning/issues/624 | [] | king-005 | 0 |
ageitgey/face_recognition | machine-learning | 1,147 | Question delever requeriments of face_recognition on windows to end users | Hey,
my name is christopher proß. thank you for this grate project. My question is the following:
I am writing at the moment an add-on for a screen-reader called nvda, a program which reads out screen elements too the blind on windows system. This program has the ability to be extended with add-ons in python. Which a... | open | 2020-05-18T15:21:18Z | 2021-05-02T12:22:23Z | https://github.com/ageitgey/face_recognition/issues/1147 | [] | christopherpross | 2 |
nonebot/nonebot2 | fastapi | 2,832 | Plugin: nonebot-plugin-autopush | ### PyPI 项目名
nonebot-plugin-autopush
### 插件 import 包名
nonebot_plugin_autopush
### 标签
[]
### 插件配置项
```dotenv
AUTOPUSH_SERVERS=[]
```
| closed | 2024-07-21T06:50:04Z | 2024-07-21T12:35:18Z | https://github.com/nonebot/nonebot2/issues/2832 | [
"Plugin"
] | This-is-XiaoDeng | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 965 | I have this error with my gpu | Last Error Received:
Process: Ensemble Mode
The application was unable to allocate enough GPU memory to use this model. Please close any GPU intensive applications and try again.
If the error persists, your GPU might not be supported.
Raw Error Details:
OutOfMemoryError: "CUDA out of memory. Tried to alloc... | open | 2023-11-10T15:12:01Z | 2023-11-10T15:16:51Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/965 | [] | cwj7 | 0 |
marimo-team/marimo | data-science | 3,200 | Vim keybindings taking precedence over text area keybindings | ### Describe the bug
- Go to https://marimo.app/?slug=ugvgap
- Enable vim keybindings
- Try typing `k/j` in `Prompt`, won't be able to
### Environment
playground
### Code to reproduce
_No response_ | closed | 2024-12-17T18:45:47Z | 2024-12-18T23:34:05Z | https://github.com/marimo-team/marimo/issues/3200 | [
"bug"
] | akshayka | 0 |
TracecatHQ/tracecat | automation | 133 | Add contextual information for ASGI requests | # Motivation
FastAPI calls don't include any contextual information, and it would be nice to include this for each request.
# Note
- Make sure not to include any PII (like IP address etc) | closed | 2024-05-06T00:50:17Z | 2024-05-08T18:26:59Z | https://github.com/TracecatHQ/tracecat/issues/133 | [
"enhancement",
"engine"
] | daryllimyt | 0 |
Evil0ctal/Douyin_TikTok_Download_API | api | 15 | html = requests.get(url=original_url, headers=tiktok_headers) 报错 Object of type SSLError is not JSON serializable | http://127.0.0.1:2333/api?url=https://www.tiktok.com/@gabyluvsskz_/video/7075120105608203563?is_from_webapp=1&sender_device=pc 调用API的时候scraper.py 报的错误 请问是我操作的问题还是怎么回事啊 | closed | 2022-04-18T14:03:05Z | 2022-04-23T22:06:41Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/15 | [] | qqiuqingx | 6 |
frol/flask-restplus-server-example | rest-api | 99 | ValueError: too many values to unpack (expected 2) when add_columns in resources | i have 1 model which is related to another model by on to on relation, here my model
```
class User(db.Model):
"""
User database model.
"""
__tablename__ = 'simpati_mst_user'
user_id = db.Column(db.Integer, primary_key=True) # pylint: disable=invalid-name
nip = db.Column(db.String(length... | closed | 2018-03-18T06:57:39Z | 2018-03-18T07:16:54Z | https://github.com/frol/flask-restplus-server-example/issues/99 | [] | tarikhagustia | 1 |
blacklanternsecurity/bbot | automation | 1,616 | Engine Occasionally Hangs | ```
[DBUG] dnsresolve.finished: False
[DBUG] running: True
[DBUG] tasks:
[DBUG] - dnsresolve.handle_event((DNS_NAME("us1.dev.emm.dell.com", module=subdomaincenter, tags={'in-scope', 'subdomain'}), {'abort_if': <bound method subdomain_enum.abort_if of
<bbot.modules.subdomaincenter.su... | closed | 2024-08-02T14:28:02Z | 2024-09-30T00:41:59Z | https://github.com/blacklanternsecurity/bbot/issues/1616 | [
"bug",
"high-priority"
] | TheTechromancer | 21 |
streamlit/streamlit | machine-learning | 9,977 | Add a min_selections parameter to st.multiselect | ### 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
I wanted to do a st.multiselect where users could select up to (and only) 2. I checked the [API Reference](ht... | open | 2024-12-09T04:17:42Z | 2024-12-20T14:46:44Z | https://github.com/streamlit/streamlit/issues/9977 | [
"type:enhancement",
"feature:st.multiselect"
] | Unknownuserfrommars | 3 |
psf/black | python | 3,665 | string_processing: duplicates comments when reformatting a multi-line call with comments in the middle | <!--
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 the online formatter at <https://black.vercel.app/?version=main>, which w... | open | 2023-04-27T21:42:41Z | 2024-01-30T18:27:48Z | https://github.com/psf/black/issues/3665 | [
"T: bug",
"F: strings",
"C: preview style"
] | yilei | 1 |
FactoryBoy/factory_boy | django | 704 | Latest Doc version is always 0.1.0 | #### Description
The latest doc version is 0.1.0 : see here https://factoryboy.readthedocs.io/_/downloads/en/latest/pdf/
This is probably a consequence of https://github.com/FactoryBoy/factory_boy/commit/93bbd0317092c8e804d039ed60413f4b75fd7e77
I guess we only need to fix this piece of code : https://github.com/F... | closed | 2020-02-20T09:51:27Z | 2020-03-09T17:39:27Z | https://github.com/FactoryBoy/factory_boy/issues/704 | [
"Bug",
"Doc"
] | tonial | 2 |
custom-components/pyscript | jupyter | 564 | not implemented ast ast_generatorexp | I'm guessing someone hasn't come around to it, just parking this here for myself or if someone else has the time 😄
```
majo-hast-1 | 2024-01-05 15:23:09.477 ERROR (MainThread) [custom_components.pyscript.scripts.energy_price.fetch_prices] Exception in <scripts.energy_price.fetch_prices> line 49:
majo-hast-1 | ... | open | 2024-01-05T14:27:20Z | 2024-01-05T17:28:55Z | https://github.com/custom-components/pyscript/issues/564 | [] | jkaberg | 1 |
supabase/supabase-py | flask | 1 | create project base structure | Use [postgrest-py](https://github.com/supabase/postgrest-py) and [supabase-js](https://github.com/supabase/supabase-js) as reference implementations
| closed | 2020-08-28T06:38:31Z | 2021-04-01T18:44:49Z | https://github.com/supabase/supabase-py/issues/1 | [
"help wanted"
] | awalias | 0 |
SYSTRAN/faster-whisper | deep-learning | 129 | Open source speech translate stacks | Nowadays I am using open source models to realize a speech to speech translator. Because I only have a 1070ti, I have to use ctranslator models. I use faster-whisper(really amazing fast) as the ASR, nllb-200-3.3b-ct2 as the text translator and gTTS for the tts. I found nllb-200 is not very precise so I have to change t... | closed | 2023-04-09T11:11:25Z | 2023-04-09T13:52:09Z | https://github.com/SYSTRAN/faster-whisper/issues/129 | [] | ILG2021 | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 599 | 环境配置问题 | **System information**
* Have I written custom code: pip install -r .\requirements.txt
* OS Platform(e.g., window10 or Linux Ubuntu 16.04): window10
* Python version: Python 3.7.13
**Describe the current behavior**
Wz学长,您好!
我在配置yolov3spp的环境过程中,运行pip install -r .\requirements.txt,问题显示:无法找到版本为0.8.2的torchvision。请问我该... | closed | 2022-07-21T01:12:33Z | 2022-07-22T08:43:40Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/599 | [] | asapple | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,297 | Size of ONNX | Hi guys,
I'm just curious about the final size of exported onnx file. Regardless of number of input channels, the size is always 212 MB. Is this expected?
| open | 2021-07-12T08:12:16Z | 2023-07-18T12:58:29Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1297 | [] | synthetica3d | 1 |
ageitgey/face_recognition | machine-learning | 1,578 | File "C:\Users\hp\PycharmProjects\face-reco-attendence\.venv\Lib\site-packages\face_recognition\api.py", line 105, in _raw_face_locations return face_detector(img, number_of_times_to_upsample) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Unsupported image type, must be 8bit gray or RGB ... | * face_recognition version:
* Python version:
* Operating System:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue.
### ... | open | 2024-07-30T14:09:26Z | 2024-08-26T07:40:55Z | https://github.com/ageitgey/face_recognition/issues/1578 | [] | Ananya221203 | 1 |
gee-community/geemap | streamlit | 1,812 | Bug in displaying images in geemap | Hi,
Many thanks for solving the other bug with the drawing feature. I have now come across another bug which has appeared from the recent updates.
set up the map
```
geom = ee.Geometry.Point([-2.98333, 58.93078])
Map = geemap.Map()
Map.centerObject(geom, 13)
img_params = {'bands':'VV', 'min':-16, 'max':-... | closed | 2023-11-02T13:56:00Z | 2023-11-02T14:46:10Z | https://github.com/gee-community/geemap/issues/1812 | [
"bug"
] | haydenclose | 1 |
piskvorky/gensim | machine-learning | 3,158 | doc2vec's infer_vector has `epochs` and `steps` input parameters - `steps` not in use | Refer to doc2vec.py, `infer_vector` function seems to be using `epochs` for the number of iterations and `steps` is not in used.
However, in the `similarity_unseen_docs` function, `steps` is used when calling the infer_vector function.
 on GPU using CUDA (not reproducible locally with GPU but without CUDA). The identical MNIST example without DataService passes. | open | 2022-09-22T06:02:31Z | 2022-09-22T06:06:26Z | https://github.com/horovod/horovod/issues/3711 | [
"bug"
] | EnricoMi | 0 |
ExpDev07/coronavirus-tracker-api | fastapi | 163 | Consider ulklc/covid19-timeseries as optional source | Because my app relies on recovered data to estimate "active" cases, I'm going to have to switch from this API (which is lovely, btw) to this data, unless you want to add it as an optional source here?
https://github.com/ulklc/covid19-timeseries | open | 2020-03-24T13:02:22Z | 2020-03-24T16:40:58Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/163 | [
"enhancement"
] | imjoshellis | 1 |
open-mmlab/mmdetection | pytorch | 11,720 | [mm grounding dino] | Are there any plans to support mm grounding dino **using image as prompt**?
| open | 2024-05-16T01:01:07Z | 2024-05-16T01:01:23Z | https://github.com/open-mmlab/mmdetection/issues/11720 | [] | SHX9610 | 0 |
pytorch/pytorch | machine-learning | 148,951 | DISABLED test_wrap_kwarg_default_dynamic_shapes (__main__.DynamicShapesHigherOrderOpTests) | Platforms: linux, rocm, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_wrap_kwarg_default_dynamic_shapes&suite=DynamicShapesHigherOrderOpTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs... | open | 2025-03-11T06:44:50Z | 2025-03-12T09:42:35Z | https://github.com/pytorch/pytorch/issues/148951 | [
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: dynamo"
] | pytorch-bot[bot] | 4 |
ranaroussi/yfinance | pandas | 2,245 | `returnOnAssets` might be returning faulty data | ### Describe bug
I am using yfinance 0.2.51, and `returnOnAssets` might be returning faulty data, or the the ROA is calculated calculacted with unknown method to me.
I noticed this because my script was calculating the ROA itself using the yfinance income statment and balance sheet data, and I was comparing it to the ... | closed | 2025-01-27T16:40:41Z | 2025-01-27T21:58:21Z | https://github.com/ranaroussi/yfinance/issues/2245 | [] | SimpleThings07 | 3 |
deepspeedai/DeepSpeed | machine-learning | 6,817 | deepspeed installation problem | Hi,
During the installation, i get the following error:
```python
Collecting deepspeed
Using cached deepspeed-0.16.0.tar.gz (1.4 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [32 lines of output]
... | closed | 2024-12-04T09:21:11Z | 2024-12-11T06:01:56Z | https://github.com/deepspeedai/DeepSpeed/issues/6817 | [] | sagie-dekel | 8 |
marcomusy/vedo | numpy | 802 | Plot surface into variable with out showing result | Hi @marcomusy ,
I'm trying to plot a surface mesh into a variable/pillow-image/mumpy-array that I can post-process. I saw `vedo.Plotter()` has two functions `.show()` and `.screenshot()`. When calling `show()` from a juypter notebook, the result is immediately shown. I was now wondering if it is possible to draw a p... | closed | 2023-02-04T13:31:48Z | 2023-02-04T15:44:28Z | https://github.com/marcomusy/vedo/issues/802 | [] | haesleinhuepf | 4 |
ydataai/ydata-profiling | pandas | 966 | latest version 3.2.0 is broken in google colab | **Describe the bug**
<!--
cannot import ProfileReport
-->
**To Reproduce**
profile = ProfileReport(df, title="Pandas Profiling Report")
profile.to_notebook_iframe()
will throw error
<!--
anyone want a dirty fix
!pip install pandas-profiling==3.1.0
instead | closed | 2022-05-06T17:00:23Z | 2022-05-07T15:31:59Z | https://github.com/ydataai/ydata-profiling/issues/966 | [
"bug 🐛"
] | athulkrishna2015 | 3 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,069 | "Multimedia content" disappears after globaleaks update | **Describe the bug**
In a questionnaire step there is only a group of questions. I have checked "add multimedia content" and added an mp4 video locally uploaded. No other question has been added. The video is educational on the specific whistleblowing case.
When updating the platform to the latest version the checkbo... | closed | 2021-10-12T09:08:40Z | 2021-10-21T07:50:09Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3069 | [
"T: Bug",
"C: Backend"
] | elbill | 2 |
JoeanAmier/TikTokDownloader | api | 351 | 请问终端交互模式下怎么修改默认的下载文件夹呢 | ### Discussed in https://github.com/JoeanAmier/TikTokDownloader/discussions/350
<div type='discussions-op-text'>
<sup>Originally posted by **imzhanglibo** December 12, 2024</sup>
输入完链接确认后默认下载到_internal文件夹里面了,请问下可以修改到其他文件夹吗</div> | open | 2024-12-12T15:04:12Z | 2025-01-12T10:05:02Z | https://github.com/JoeanAmier/TikTokDownloader/issues/351 | [] | imzhanglibo | 1 |
autogluon/autogluon | computer-vision | 3,919 | Not able install Autogluon in my windows system. It is not able to find numpy==1.21.3 | Hi,
I am not able to install Autogluon in my windows 10 system.
I am using "pip install autogluon**" command in command prompt. I have python 3.11.0 install and can't downgrade it due to other dependencies
.
While installation giving below error. I tried manually installing numpy==1.21.3 but I guess it is not sup... | closed | 2024-02-14T04:08:26Z | 2024-02-14T08:32:45Z | https://github.com/autogluon/autogluon/issues/3919 | [] | rahulhiware | 1 |
litestar-org/polyfactory | pydantic | 531 | Docs: Document functions/classes/methods that have no docstrings and are missing from the built docs | We should document these. I don't think any are exposed in the reference documentation because of lack of docstrings
_Originally posted by @JacobCoffee in https://github.com/litestar-org/polyfactory/pull/530#discussion_r1585191572_ | open | 2024-04-30T16:47:18Z | 2025-03-20T15:53:16Z | https://github.com/litestar-org/polyfactory/issues/531 | [
"documentation"
] | JacobCoffee | 0 |
google-research/bert | tensorflow | 878 | how to realize the tokenization of BERT model in c++ | Thanks for your work.
If I want to use tensorflow c++ api to import the pretrained BERT model, how could I process the txt data in C++, including tokenization of BERT? is there c++ wrapper for Bert? or does tensorfow c++ api provide the tokenization of Bert? Or do I need to implement the same tokenization.py in c++?... | closed | 2019-10-14T15:45:49Z | 2019-11-22T08:29:58Z | https://github.com/google-research/bert/issues/878 | [] | lytum | 14 |
marcomusy/vedo | numpy | 93 | migrating: Actor -> Mesh | Hi Marco,
my code was still using .Actor and getActors() which are depreciated in the latest version.
It updating my code as easy as replacing the Actor() [class] by the Mesh and renaming getActors to getMeshes? | closed | 2020-01-09T16:37:59Z | 2020-01-09T16:42:08Z | https://github.com/marcomusy/vedo/issues/93 | [] | RubendeBruin | 2 |
mckinsey/vizro | plotly | 776 | Add other elements to Filter/Control sidebar | ### Question
Is it possible to add any component to the Filter/Parameter sidebar?
As far as I understood, only elements which are added as children of controls will be added to the sidebar.
But controls only takes either vm.Filter() or vm.Parameter().
I want to add a dropdown in the sidebar, which I want to contr... | closed | 2024-10-04T09:54:58Z | 2024-10-04T10:15:51Z | https://github.com/mckinsey/vizro/issues/776 | [
"General Question :question:"
] | FSaal | 2 |
pytorch/vision | machine-learning | 8,509 | [Documentation] Improve Clarity on `torchvision.io.write_video` options | ### 📚 The doc issue
### tl;dr `options` parameter under `torchvision.io.write_video` is inadequately documented, challenging for end-users to tweak videos to their liking. same goes for `audio_options`
In [`torchvision.io.write_video`](https://pytorch.org/vision/stable/generated/torchvision.io.write_video.html#tor... | open | 2024-07-02T14:31:10Z | 2024-07-04T10:32:11Z | https://github.com/pytorch/vision/issues/8509 | [] | N00bcak | 1 |
ansible/awx | django | 15,725 | A project update is triggered every time a task related to this project is started | ### 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.
- [X] I understand that AWX is open source software provide... | open | 2024-12-24T14:43:38Z | 2025-01-22T18:46:57Z | https://github.com/ansible/awx/issues/15725 | [
"type:bug",
"component:api",
"component:ui",
"needs_triage",
"community"
] | nikiforova13 | 0 |
jowilf/starlette-admin | sqlalchemy | 319 | Question: How to password protect the admin page? | closed | 2023-10-02T22:13:03Z | 2023-10-04T15:31:48Z | https://github.com/jowilf/starlette-admin/issues/319 | [] | magedhelmy1 | 1 | |
pennersr/django-allauth | django | 3,603 | Amazon Cognito - Where to define my CustomAmazonCognitoProvider | Hi all, thanks for this wonderful package. I have a small question.
I've completed setting up AWS Cognito account sign-in. Now, I need a small thing as well. It is to get custom user attributes from Cognito.
### Question in short
Where can i add my `CustomAmazonCognitoProvider` after extending?
### Brief ov... | closed | 2024-01-19T11:18:28Z | 2024-04-16T07:15:19Z | https://github.com/pennersr/django-allauth/issues/3603 | [] | b3nsh4 | 3 |
indico/indico | sqlalchemy | 6,058 | [A11Y] File field in the registration form is not accessible | **Describe the bug**
The field name is not mentioned when the file upload button is focused.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to a registration form that includes a file field using a screen reader
2. Tab through the fields and focus the upload button
3. Observe that the field name is ... | open | 2023-11-24T09:31:02Z | 2023-11-24T09:31:02Z | https://github.com/indico/indico/issues/6058 | [
"bug"
] | foxbunny | 0 |
STVIR/pysot | computer-vision | 450 | When I set__ C. TRAIN.EXEMPLAR_ SIZE=512.. my loc loss is always 0 | When I set__ C. TRAIN.EXEMPLAR_ SIZE=512,__ C. TRAIN.SEARCH_ SIZE=800,__ C. TRAIN.OUTPUT_ When size = 37, my loc loss is always 0. What other parameters do I need to change | closed | 2020-10-15T02:07:53Z | 2020-11-10T09:21:08Z | https://github.com/STVIR/pysot/issues/450 | [
"invalid"
] | XuShoweR | 2 |
plotly/dash | data-science | 2,519 | [BUG] `dash.get_relative_path()` docstring out of date | Docstrings for `dash.get_relative_path()` and `dash.strip_relative_path()` still refer to the `app` way of accessing those functions, which creates inconsistency in the docs:

... | closed | 2023-05-02T18:57:09Z | 2023-05-15T20:29:16Z | https://github.com/plotly/dash/issues/2519 | [] | emilykl | 0 |
modelscope/modelscope | nlp | 543 | 各个微调代码的差别 | 请问大牛们和开发者们[https://github.com/modelscope/modelscope/blob/master/examples/pytorch/llama/run_train_lora.sh代码和https://github.com/modelscope/swift/blob/main/examples/pytorch/llm/scripts/llama2_70b_chat/qlora/sft.sh这段代码是不是都可以模型分割并行呢?除了用torchrun、swift方面和qlora、lora方面有区别](https://github.com/modelscope/modelscope/blob/master/ex... | closed | 2023-09-16T13:32:36Z | 2023-09-18T10:24:33Z | https://github.com/modelscope/modelscope/issues/543 | [] | yzyz-77 | 3 |
pydantic/logfire | fastapi | 313 | Anthropic Instrumentation errors | ### Description
Received the following error on a `instrument_anthopic` call.
```
File ~/an-env/lib/python3.11/site-packages/logfire/_internal/main.py:1012, in Logfire.instrument_anthropic(self, anthropic_client, suppress_other_instrumentation)
962 """Instrument an Anthropic client so that spans are autom... | closed | 2024-07-13T16:06:48Z | 2024-07-17T15:13:11Z | https://github.com/pydantic/logfire/issues/313 | [
"bug",
"P1"
] | bllchmbrs | 2 |
tflearn/tflearn | data-science | 878 | TensorBoard: how to plot custom variable? | How can i plot changes of some custom variable at each epoch with tflearn and tensorboard? I found some way how i can show my custom variable with callbacks in console. But i want visualize that changes using tensorboard.
```python
NR = 3500 #Amount of first class data
NS = 3500 #Amount of second class data
cla... | open | 2017-08-20T09:31:59Z | 2017-08-20T09:37:27Z | https://github.com/tflearn/tflearn/issues/878 | [] | kulsemig | 0 |
bauerji/flask-pydantic | pydantic | 49 | Using flask-pydantic with Python Dependency Injection Framework | Hi! I am using this module with Python Dependency Injection Framework and when i try to use Provider in kwargs of the view i am getting:
`RuntimeError: no validator found for <class '...'>, see arbitrary_types_allowed in Config`
Reason of this error is the fact that @validate decorator ignores only kwargs named as "q... | open | 2022-03-30T11:55:59Z | 2024-03-21T21:18:34Z | https://github.com/bauerji/flask-pydantic/issues/49 | [] | akhundMurad | 7 |
pennersr/django-allauth | django | 3,282 | `OpenIDConnectProvider` generates slug using `_server_id` and does not fallback to inherited implementation | KeycloakProvider started using `openid_connect` as its base url since the `OpenIDConnectProvider` implemented `get_slug` | closed | 2023-03-15T08:00:58Z | 2023-03-16T15:43:36Z | https://github.com/pennersr/django-allauth/issues/3282 | [] | ManiacMaxo | 1 |
biolab/orange3 | pandas | 6,664 | orange-canvas does not work | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | open | 2023-12-03T10:03:53Z | 2024-01-01T19:12:27Z | https://github.com/biolab/orange3/issues/6664 | [
"bug report"
] | pgr123 | 6 |
gee-community/geemap | streamlit | 1,928 | Release geemap | Test | closed | 2024-02-29T21:39:15Z | 2024-05-24T20:43:28Z | https://github.com/gee-community/geemap/issues/1928 | [
"release"
] | jdbcode | 0 |
adbar/trafilatura | web-scraping | 560 | Use `with_metadata` parameter to decide whether to run metadata extraction | So far this parameter is pending deprecation. It could be re-used to do what most expect: decide manually (not only based on output format) whether to run metadata extraction. Focusing on the main text only speeds up things. | closed | 2024-04-15T13:20:09Z | 2024-06-07T14:40:11Z | https://github.com/adbar/trafilatura/issues/560 | [
"enhancement"
] | adbar | 0 |
AirtestProject/Airtest | automation | 715 | 为什么要新增一步『根据识别区域,求出结果可信度』 | 如SURF这种算法,既然都获得了计算结果,为啥要单独再去计算一个可信度?
我觉得没有必要。如分辨率出现了变化或二次截图这种明显会导致可信度计算非常差,我测试二次截图在第四步的可信度计算哪儿可信度会出现通不过的情况。如果去掉第四步是否可行?
我没有理解到为啥需要这一步,烦请告知!!!
https://github.com/AirtestProject/Airtest/blob/master/airtest/aircv/keypoint_base.py#L86 | closed | 2020-04-05T07:46:37Z | 2020-05-25T06:03:27Z | https://github.com/AirtestProject/Airtest/issues/715 | [] | enlangs792 | 3 |
zama-ai/concrete-ml | scikit-learn | 789 | Adding encrypted training for other ML models and DL models | ## Feature request
From the [doc of encrypted training](https://docs.zama.ai/concrete-ml/built-in-models/training), only `SGDClassifier` is mentioned. I would like to train other ML/DL models on encrypted data and also would love to contribute.
Here are some questions after reading some of the codes related to enc... | open | 2024-07-09T05:52:09Z | 2024-07-26T22:13:51Z | https://github.com/zama-ai/concrete-ml/issues/789 | [] | riemanli | 5 |
ranaroussi/yfinance | pandas | 2,166 | yfinance earnings date error | ### Describe bug
Earnings was working 3 weeks ago. Have been trying to debug - but it looks like somethings changed.
### Simple code that reproduces your problem
Here's a simple test script:
import yfinance as yf
dat = yf.Ticker("MSFT")
dat.earnings_dates
### Debug log
DEBUG Entering get_earnings_dates()
--... | closed | 2024-12-04T00:02:55Z | 2025-01-24T11:07:36Z | https://github.com/ranaroussi/yfinance/issues/2166 | [] | rhnagpal | 2 |
ivy-llc/ivy | tensorflow | 28,430 | fix the `ivy.not_equal` to support the float dtype and numeric dtype | closed | 2024-02-26T20:12:21Z | 2024-02-29T13:17:36Z | https://github.com/ivy-llc/ivy/issues/28430 | [
"Sub Task"
] | samthakur587 | 0 | |
newpanjing/simpleui | django | 268 | 希望可以加载一个菜单生成器。 | **你希望增加什么功能?**
** what features do you wish to add? * *
1.动态加载菜单和路由的时候,可以通过加载函数的方式,传入登录客户的user,做到自定义权限控制数据表。而不是只能加载一个dict。
**留下你的联系方式,以便与你取得联系**
** what would you like to see optimized? * *
QQ:531189371
E-mail:chise123@live.com
| closed | 2020-06-02T05:53:01Z | 2020-06-22T07:08:19Z | https://github.com/newpanjing/simpleui/issues/268 | [
"enhancement"
] | Chise1 | 1 |
jumpserver/jumpserver | django | 14,284 | [Feature] 数据库客户端方式拉起之后没法自定义设置token过期时间 | ### 产品版本
v3.10.13
### 版本类型
- [ ] 社区版
- [ ] 企业版
- [X] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [X] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### ⭐️ 需求描述
客户端方式访问数据库,建立连接之后不操作就会过期失效
<img width="725" alt="b62db472b7c8cda119221670c418e55" src="https://github.com/user-attachments/assets/3a85b0df-fd1... | closed | 2024-10-12T02:41:03Z | 2024-11-28T03:22:31Z | https://github.com/jumpserver/jumpserver/issues/14284 | [
"⭐️ Feature Request"
] | zhenzhendong | 1 |
deezer/spleeter | tensorflow | 922 | How to export onnx model | How to export spleeter to onnx model,and call by C# by onnxruntime | open | 2024-12-29T06:16:13Z | 2024-12-29T06:16:13Z | https://github.com/deezer/spleeter/issues/922 | [
"question"
] | dfengpo | 0 |
coqui-ai/TTS | deep-learning | 3,427 | [Bug] when i run print(TTS().list_models()) I get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0> | ### 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 Reproduce
When i run print(TTS().list_models()) I get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0>
### Expect... | closed | 2023-12-14T01:13:58Z | 2024-01-28T22:40:23Z | https://github.com/coqui-ai/TTS/issues/3427 | [
"bug",
"wontfix"
] | DrewThomasson | 2 |
d2l-ai/d2l-en | data-science | 2,573 | Incorrect Use of torch.no_grad() in fit_epoch Method in d2l/torch.py::Trainer::fit_epoch | Hello,
I noticed a potential issue in the fit_epoch method in https://github.com/d2l-ai/d2l-en/blob/master/d2l/torch.py, where loss.backward() is called within a torch.no_grad() block:
```
self.optim.zero_grad()
with torch.no_grad():
loss.backward()
...
```
This usage likely prevents the calculat... | open | 2023-12-19T16:21:48Z | 2024-10-29T17:35:14Z | https://github.com/d2l-ai/d2l-en/issues/2573 | [] | caydenwei | 3 |
uriyyo/fastapi-pagination | fastapi | 857 | Display total number of rows when using Cursor pagination | The regular pagination function returns the total number of rows available when used, I would like to have that information available while using cursor pagination as well, is that possible currently?
| closed | 2023-10-04T22:35:14Z | 2023-10-30T17:34:20Z | https://github.com/uriyyo/fastapi-pagination/issues/857 | [
"enhancement"
] | graham-atom | 2 |
matplotlib/mplfinance | matplotlib | 63 | Get renko values | Hi, how can I get renko values that are calculated for plot ?
And also moving average values associated ?
| closed | 2020-03-22T21:00:44Z | 2020-05-06T01:32:51Z | https://github.com/matplotlib/mplfinance/issues/63 | [
"enhancement",
"released"
] | haybb | 6 |
ageitgey/face_recognition | machine-learning | 1,550 | Facial | open | 2024-01-14T22:17:30Z | 2024-01-14T22:17:30Z | https://github.com/ageitgey/face_recognition/issues/1550 | [] | Kenforme300 | 0 | |
mouredev/Hello-Python | fastapi | 33 | Aprender python | closed | 2024-03-21T22:16:03Z | 2024-05-11T08:47:21Z | https://github.com/mouredev/Hello-Python/issues/33 | [] | bryanjm2 | 0 | |
httpie/cli | api | 1,608 | Install httpie-edgegrid plugins fails | ## Checklist
- [x] I've searched for similar issues.
- [x] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
1. Execute `httpie cli plugins install httpie-edgegrid`
## Current result
```
Installing httpie-edgegrid...
Collecting httpie-edgegrid
Using cached httpie... | closed | 2024-11-04T17:36:34Z | 2024-11-04T20:42:15Z | https://github.com/httpie/cli/issues/1608 | [
"bug",
"new"
] | glenthomas | 2 |
serengil/deepface | deep-learning | 666 | Problem with Deepface.stream | After I run this line:
DeepFace.stream(db_path = "./faces", enable_face_analysis=False)
It's showing AttributeError: module 'deepface.commons.functions' has no attribute 'preprocess_face'.
How do I solve this issue? | closed | 2023-02-09T05:22:54Z | 2023-02-09T13:21:15Z | https://github.com/serengil/deepface/issues/666 | [
"duplicate"
] | LaThanhTrong | 1 |
ageitgey/face_recognition | python | 767 | problems with using the library with celery | Hi, I have flask app with following extensions used:
```
Python 3.7.2
Flask 1.0.2
Celery 4.3.0rc2
Face-recognition 1.2.3
```
And when I'm running this:
`face_recognition.face_locations(image, model='cnn)`
my worker fails with this output:
```
[2019-03-06 19:51:15,454: ERROR/MainProcess] Process 'ForkPoolWork... | open | 2019-03-06T17:13:36Z | 2019-10-28T09:41:39Z | https://github.com/ageitgey/face_recognition/issues/767 | [] | chickenfresh | 2 |
jmcnamara/XlsxWriter | pandas | 152 | list format for sheet range entry for error bars not supported | Hello,
Usually, excel ranges can be specified in XlsxWriter by giving a list [sheetname, startRow, startCol, endRow, endCol]. However, when trying to enter a range in that format for the 'minus_values' for 'y_error_bars', it appears to be incompatible: the output excel file has weird error bars not corresponding to th... | closed | 2014-08-27T17:39:08Z | 2014-11-01T17:11:00Z | https://github.com/jmcnamara/XlsxWriter/issues/152 | [
"question",
"ready to close"
] | ejfine | 4 |
serengil/deepface | machine-learning | 1,012 | Can't run deepface api on ubuntu | I'm trying to deploy this on AWS ubuntu instance, i cloned the repository, installed deepface through pip install deepface and flask but it can't run api.py,
i tried this localy on macos M1 it works fine.
Error:
Could not find cuda drivers on your machine, GPU will not be used.
File "/home/ubuntu/deepface/dee... | closed | 2024-02-07T11:53:34Z | 2024-02-07T12:36:16Z | https://github.com/serengil/deepface/issues/1012 | [
"dependencies"
] | sana2024 | 8 |
roboflow/supervision | deep-learning | 1,073 | The line is not being displayed | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
thats my code:
`
import cv2
from ultralytics import YOLO
import supervision as sv
import sys
def main(VIDEO_SOURCE):
#... | closed | 2024-03-29T07:38:19Z | 2024-03-29T12:17:42Z | https://github.com/roboflow/supervision/issues/1073 | [
"question"
] | Rasantis | 1 |
NullArray/AutoSploit | automation | 864 | Divided by zero exception134 | Error: Attempted to divide by zero.134 | closed | 2019-04-19T16:01:40Z | 2019-04-19T16:37:27Z | https://github.com/NullArray/AutoSploit/issues/864 | [] | AutosploitReporter | 0 |
widgetti/solara | jupyter | 704 | Documentation request: elaborate on proper use of `Reactive.subscribe()` | Use case: I want to add a listener to a reactive variable's changes, but unlike `use_effect`, I do _not_ want the listener to fire on the initial value -- only on changes.
I can do this:
```python
_unused = solara.use_reactive(variable, on_change=listener)
```
but I was wondering if I can simply leverage `subscr... | closed | 2024-07-03T18:21:20Z | 2024-07-13T22:25:50Z | https://github.com/widgetti/solara/issues/704 | [] | ntjess | 4 |
pytorch/pytorch | python | 149,550 | Remove pre-cxx11 from the documentation and tutorials | ### 🐛 Describe the bug
Please see: https://github.com/pytorch/pytorch/issues/123649
and https://dev-discuss.pytorch.org/t/pytorch-linux-wheels-switching-to-new-wheel-build-platform-manylinux-2-28-on-november-12-2024/2581/2
Pytorch is using D_GLIBCXX_USE_CXX11_ABI=1 and Manylinux 2.28
Hence we should remove the usage... | open | 2025-03-19T20:14:31Z | 2025-03-19T20:15:07Z | https://github.com/pytorch/pytorch/issues/149550 | [
"module: docs",
"triaged",
"topic: docs"
] | atalman | 0 |
tqdm/tqdm | pandas | 683 | tqdm.write not working as expected | Both on Debian and Ubuntu, tqdm.write() is not working as expected.
Messages are written but the progress bar behaves as if I would be using print. This used to work correctly with a previous version of tqdm (4.19.4) but after installing a new server and using version 4.31.1 it now behaves like this:
-- sir.uylp... | open | 2019-02-27T19:07:41Z | 2024-06-19T17:15:57Z | https://github.com/tqdm/tqdm/issues/683 | [
"question/docs ‽",
"to-fix ⌛",
"p2-bug-warning ⚠"
] | demiangomez | 3 |
holoviz/panel | matplotlib | 6,996 | ValueError when using inclusive_bounds | I'm working on adding support for Pydantic dataclasses to Panel when I stumbled upon this bug
```python
import param
import panel as pn
pn.extension()
class SomeModel(param.Parameterized):
int_field = param.Integer(default=1, bounds=(0,10), inclusive_bounds=(False, False))
float_field = param.Integ... | open | 2024-07-17T05:18:23Z | 2025-01-20T19:18:52Z | https://github.com/holoviz/panel/issues/6996 | [] | MarcSkovMadsen | 1 |
deepspeedai/DeepSpeed | deep-learning | 6,598 | ZeRO Stage 2 with Offload: Unexpectedly large optimizer state files | I was running Stage 2 training of Llama 3.1 8B model on one 80GB GPU.
**Setup Info**
* OS: Ubuntu 22.04
* DeepSpeed: 0.15.1 (installed with `DS_BUILD_CPU_ADAM=1`)
* PyTorch: 2.4.0
* Transformers: 4.44.2
* CUDA: 12.1
* Model: Llama 3.1 8B Instruct
* DeepSpeed config: ZeRO Stage 2 with optimizer o... | closed | 2024-10-03T04:40:15Z | 2024-10-16T09:09:39Z | https://github.com/deepspeedai/DeepSpeed/issues/6598 | [] | joycey97 | 4 |
LibreTranslate/LibreTranslate | api | 602 | Docker Swarm "OSError: [Errno 97] Address family not supported by protocol" |
Hello
Trying to run docker image of libretranslate in Docker Swarm environment
The Linux OS (Ubuntu 20.04.02 LTS) have **ipv6 disabled**
The docker version is :
```
Client: Docker Engine - Community
Version: 23.0.1
API version: 1.42
Go version: go1.19.5
Git commit: a5... | open | 2024-03-20T13:18:21Z | 2025-01-07T20:31:09Z | https://github.com/LibreTranslate/LibreTranslate/issues/602 | [
"enhancement"
] | Francis-Nalta | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.