title
stringlengths
2
169
diff
stringlengths
235
19.5k
body
stringlengths
0
30.5k
url
stringlengths
48
84
created_at
stringlengths
20
20
closed_at
stringlengths
20
20
merged_at
stringlengths
20
20
updated_at
stringlengths
20
20
diff_len
float64
101
3.99k
repo_name
stringclasses
83 values
__index_level_0__
int64
15
52.7k
Update Dockerfile
diff --git a/Dockerfile b/Dockerfile index 95c098f9f51..e0653e0f9b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN python -m pip install --upgrade pip RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil noteboo...
## 🛠️ PR Summary <sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub> ### 🌟 Summary Update to PyTorch 1.9.1 in Dockerfile 🐋🔥 ### 📊 Key Changes - Commented out the installation line for PyTorch 1.9.0 and torchvision 0.10.0. - Added a new line to install PyTorch 1.9.1 and torc...
https://api.github.com/repos/ultralytics/yolov5/pulls/4935
2021-09-27T02:16:04Z
2021-09-27T02:16:14Z
2021-09-27T02:16:14Z
2024-01-19T15:27:21Z
230
ultralytics/yolov5
25,205
Update README to latest Composer version
diff --git a/README.md b/README.md index 5bfea3cb2394..bce74a025ffa 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ DeepSpeed has been integrated with several different popular open-source DL fram <img src="docs/assets/images/transformers-light.png#gh-light-mode-only" width="250px"><img src="docs/assets/image...
Thanks for including our [Composer](https://github.com/mosaicml/composer) library! DeepSpeed has helped us easily train large scale language models. This is a small PR to update the README to always link to the `latest` version of our docs.
https://api.github.com/repos/microsoft/DeepSpeed/pulls/2177
2022-08-03T16:28:58Z
2022-08-04T16:29:44Z
2022-08-04T16:29:44Z
2022-08-04T16:29:44Z
781
microsoft/DeepSpeed
10,772
Remove deprecated substitute interfaces
diff --git a/homeassistant/components/binary_sensor/__init__.py b/homeassistant/components/binary_sensor/__init__.py index 8f2b6bc59b3bf7..4ba29e9b2ba96d 100644 --- a/homeassistant/components/binary_sensor/__init__.py +++ b/homeassistant/components/binary_sensor/__init__.py @@ -14,7 +14,6 @@ from homeassistant.helpers...
## Description: This PR removes the deprecated substitute interfaces from media_player and binary_sensor. These would only have been used by custom components and have been issuing warnings since 0.39.
https://api.github.com/repos/home-assistant/core/pulls/8701
2017-07-29T22:48:57Z
2017-07-29T23:18:07Z
2017-07-29T23:18:07Z
2017-12-11T08:59:48Z
429
home-assistant/core
39,156
Fixed wrong linking to CONTRIBUTING
diff --git a/README.rst b/README.rst index 86d85ed1d16..b65230dc493 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ Documentation: https://letsencrypt.readthedocs.org/ Software project: https://github.com/letsencrypt/lets-encrypt-preview -Notes for developers: CONTRIBUTING.rst_ +Notes for developers: CO...
File has been renamed at some point, Cheers, Christian
https://api.github.com/repos/certbot/certbot/pulls/323
2015-03-27T19:31:56Z
2015-03-27T19:33:25Z
2015-03-27T19:33:25Z
2016-05-06T19:22:19Z
116
certbot/certbot
2,014
Bump frontend to 20220901.0
diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 1bf8962d615635..ebaa83f8d46eb6 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -2,7 +2,7 @@ "domain": "frontend", "name": "Home...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change for existing users, it is important to tell them what breaks, how to make it work again and why we did th...
https://api.github.com/repos/home-assistant/core/pulls/77689
2022-09-02T01:24:24Z
2022-09-02T01:24:30Z
2022-09-02T01:24:30Z
2022-09-03T01:30:49Z
573
home-assistant/core
39,481
TST Improves testing for missing value support in random forest
diff --git a/sklearn/ensemble/tests/test_forest.py b/sklearn/ensemble/tests/test_forest.py index 72111c9bb481c..31e9859076c92 100644 --- a/sklearn/ensemble/tests/test_forest.py +++ b/sklearn/ensemble/tests/test_forest.py @@ -1819,7 +1819,7 @@ def test_round_samples_to_one_when_samples_too_low(class_weight): ], ) ...
<!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md --> #### Reference Issues/PRs <!-- Example: Fixes #1234. See also #3456. Please use keywords (e.g., Fixes) to create link to th...
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/26939
2023-07-29T21:40:20Z
2023-08-02T13:24:31Z
2023-08-02T13:24:31Z
2023-08-02T13:24:31Z
365
scikit-learn/scikit-learn
46,821
Add new tamper script which can replaces instances like 'IFNULL(A, B)...
diff --git a/tamper/ifnull2casewhenisnull.py b/tamper/ifnull2casewhenisnull.py new file mode 100644 index 00000000000..cabea4cc8f5 --- /dev/null +++ b/tamper/ifnull2casewhenisnull.py @@ -0,0 +1,65 @@ +#!/usr/bin/env python + +""" +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) +See the file 'doc/COPYING...
Hello, I created very similar tamper script like already exists here https://github.com/sqlmapproject/sqlmap/blob/master/tamper/ifnull2ifisnull.py In my case WAF blocked my payloads if there are exists IFNULL() and IF() functions, so I just little modified **ifnull2ifisnull** tamper script. > tamper('IFNULL(1, 2)...
https://api.github.com/repos/sqlmapproject/sqlmap/pulls/2791
2017-11-21T15:00:15Z
2017-11-22T12:27:50Z
2017-11-22T12:27:50Z
2017-11-22T12:27:50Z
577
sqlmapproject/sqlmap
15,022
Ability to download older assets
diff --git a/utils/downloads.py b/utils/downloads.py index 776a8bba175..ad54cc6cb38 100644 --- a/utils/downloads.py +++ b/utils/downloads.py @@ -43,8 +43,8 @@ def safe_download(file, url, url2=None, min_bytes=1E0, error_msg=''): LOGGER.info('') -def attempt_download(file, repo='ultralytics/yolov5'): # fro...
Sometimes, one would need to download the assets for a previously released version. Instead of doing it manually (either from browser, either changing the *URL*), it's possible to make use of *attempt_download*'s newly added parameter (and a small change in *data/scripts/download\_weights.sh*): The release can be sp...
https://api.github.com/repos/ultralytics/yolov5/pulls/7767
2022-05-11T10:30:24Z
2022-05-11T10:52:11Z
2022-05-11T10:52:11Z
2024-01-19T10:45:49Z
398
ultralytics/yolov5
25,401
Hitbtc v2 : update-ratelimits
diff --git a/js/hitbtc.js b/js/hitbtc.js index f49d6016042a..759aa72a2f45 100644 --- a/js/hitbtc.js +++ b/js/hitbtc.js @@ -15,7 +15,10 @@ module.exports = class hitbtc extends Exchange { 'id': 'hitbtc', 'name': 'HitBTC', 'countries': [ 'HK' ], - 'rateLimit': 1500, + ...
https://api.github.com/repos/ccxt/ccxt/pulls/11648
2022-01-25T12:03:02Z
2022-01-25T13:16:16Z
2022-01-25T13:16:16Z
2022-04-22T13:54:17Z
2,035
ccxt/ccxt
13,210
Translating all german keys not yet translated to german
diff --git a/website/public/locales/de/dashboard.json b/website/public/locales/de/dashboard.json index b418eaaa29..66e865320d 100644 --- a/website/public/locales/de/dashboard.json +++ b/website/public/locales/de/dashboard.json @@ -3,6 +3,6 @@ "dashboard": "Dashboard", "evaluate": "Auswerten", "go": "Los", - "...
I translated not yet translated keys and fixed one case where we used informal speech, because everywhere else formal speech is being used. closes #1230
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/1360
2023-02-08T14:02:41Z
2023-02-09T02:49:09Z
2023-02-09T02:49:09Z
2023-02-09T02:50:04Z
961
LAION-AI/Open-Assistant
37,462
[ie/niconico] correctly check if the user has access to the video
diff --git a/yt_dlp/extractor/niconico.py b/yt_dlp/extractor/niconico.py index 05a1a3ddb8c..5383d71ec48 100644 --- a/yt_dlp/extractor/niconico.py +++ b/yt_dlp/extractor/niconico.py @@ -36,6 +36,8 @@ class NiconicoIE(InfoExtractor): IE_NAME = 'niconico' IE_DESC = 'ニコニコ動画' + _GEO_COUNTRIES = ['JP'] + _GE...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information <!-- Explanation of your *pull request* in arbitrary form goes here. Please **make sure the description explains the purpose and effect** of your *pull request* and is worded well enough to be un...
https://api.github.com/repos/yt-dlp/yt-dlp/pulls/9338
2024-03-02T16:32:34Z
2024-03-03T23:14:54Z
2024-03-03T23:14:54Z
2024-03-04T01:12:56Z
743
yt-dlp/yt-dlp
7,492
Fix DeepInfra: Model is not supported
diff --git a/g4f/Provider/DeepInfra.py b/g4f/Provider/DeepInfra.py index 09b9464e23..8e36128d5b 100644 --- a/g4f/Provider/DeepInfra.py +++ b/g4f/Provider/DeepInfra.py @@ -17,7 +17,8 @@ class DeepInfra(AsyncGeneratorProvider, ProviderModelMixin): def get_models(cls): if not cls.models: url = '...
Last commit broke DeepInfra
https://api.github.com/repos/xtekky/gpt4free/pulls/1529
2024-01-30T03:16:38Z
2024-01-30T07:14:05Z
2024-01-30T07:14:05Z
2024-02-04T18:46:42Z
168
xtekky/gpt4free
37,896
Clarify batch file ERROR: message
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 165c975dd75..9a659fc654d 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -94,7 +94,7 @@ def _real_main(argv=None): if opts.verbose: write_string('[debug] Batch file urls: ' + repr(batch_urls) + '\n') ...
Adding the name of the file which couldn't be read & a brief description of the option. Just "ERROR: batch file could not be read" can be confusing for users who are inexperienced (and likely using Windows). eg. https://www.reddit.com/r/Piracy/comments/cfl0ap/youtubedl_error_batch_file_could_not_be_read_how/ (Th...
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/21915
2019-07-28T05:29:40Z
2019-07-31T20:54:39Z
2019-07-31T20:54:39Z
2019-07-31T20:54:40Z
202
ytdl-org/youtube-dl
49,784
Added a new bypass variant + fixed a payload
diff --git a/XSS injection/README.md b/XSS injection/README.md index 6169b46d4d..db5f401365 100644 --- a/XSS injection/README.md +++ b/XSS injection/README.md @@ -465,7 +465,7 @@ You can bypass a single quote with &#39; in an on mousedown event handler Bypass dot filter ```javascript -<script>window['alert'](docu...
Added new ECMAScript6 XSS bypass variant and fixed a payload missing `/` in `</script>`.
https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/46
2019-02-20T05:49:41Z
2019-02-20T07:14:28Z
2019-02-20T07:14:28Z
2019-02-20T07:14:28Z
291
swisskyrepo/PayloadsAllTheThings
8,800
Add a global lock file to Certbot (#4369)
diff --git a/certbot/cli.py b/certbot/cli.py index c0af490d241..1ddbc45c996 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -1162,6 +1162,8 @@ def _paths_parser(helpful): help="Logs directory.") add("paths", "--server", default=flag_default("server"), help=config_help("server")) + add("pat...
* add fasteners as a dependency * add LOCK_FILE constant * Add lock file to Certbot * Move code to _run_subcommand * move lock file path into CLI_CONSTANTS * add --lock-path flag * move locking code to separate function * Add TestAcquireFileLock * assert we log * test lock contention * add...
https://api.github.com/repos/certbot/certbot/pulls/4394
2017-03-22T16:36:39Z
2017-03-22T21:16:59Z
2017-03-22T21:16:59Z
2017-03-22T21:17:02Z
3,068
certbot/certbot
3,684
[Serve] [Doc] Mock ray.serve.generated package for doc building
diff --git a/doc/source/conf.py b/doc/source/conf.py index 756170923f8ff..05cc18898b7dc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -61,6 +61,8 @@ def __getattr__(cls, name): "ray.core.generated.common_pb2", "ray.core.generated.gcs_pb2", "ray.core.generated.ray.protocol.Task", + "ray.s...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your P...
https://api.github.com/repos/ray-project/ray/pulls/18767
2021-09-20T20:55:40Z
2021-09-20T21:33:33Z
2021-09-20T21:33:33Z
2021-09-20T21:33:33Z
135
ray-project/ray
19,402
Add classifier for 3.12
diff --git a/pyproject.toml b/pyproject.toml index ea5c9f84684..390c11e0342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language ::...
https://api.github.com/repos/psf/black/pulls/3866
2023-09-09T04:04:13Z
2023-09-09T05:16:25Z
2023-09-09T05:16:25Z
2023-09-10T04:02:21Z
133
psf/black
23,848
[NFC] polish code style
diff --git a/colossalai/nn/_ops/_utils.py b/colossalai/nn/_ops/_utils.py index 56bb5f465184..24877bbb552f 100644 --- a/colossalai/nn/_ops/_utils.py +++ b/colossalai/nn/_ops/_utils.py @@ -1,12 +1,11 @@ -import torch -from typing import Union, Optional, List -from colossalai.tensor import ColoTensor +from typing import L...
## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description` - [ ] I have added relevant tags if possible for us to better distinguish different PRs ## 🚨 Issue number > Link t...
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/3268
2023-03-28T01:43:39Z
2023-03-28T02:30:30Z
2023-03-28T02:30:30Z
2023-03-28T02:36:27Z
272
hpcaitech/ColossalAI
11,407
Refactor fibaro scene test
diff --git a/tests/components/fibaro/conftest.py b/tests/components/fibaro/conftest.py index 2b6580c3191b..e15d6509a00c 100644 --- a/tests/components/fibaro/conftest.py +++ b/tests/components/fibaro/conftest.py @@ -2,16 +2,21 @@ from collections.abc import Generator from unittest.mock import AsyncMock, Mock, patch ...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug ...
https://api.github.com/repos/home-assistant/core/pulls/102452
2023-10-21T11:00:28Z
2023-10-22T21:36:41Z
2023-10-22T21:36:41Z
2023-10-24T18:21:33Z
1,885
home-assistant/core
38,762
[3.10] bpo-45583: Correct datamodel documentation of int() (GH-29182)
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 310167e86d0cb7..195e8c2d16f103 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -2541,8 +2541,8 @@ left undefined. return the value of the object truncated to an :class:`~numbers.Integral` (typically an :cl...
It should be noted that this part of the documentation is redundant with function.rst's documentation of int. This one was correctly updated with Python 3.8. (cherry picked from commit d9c1868c25ec6466e8d8ae21fe9315a8a03836ab) Co-authored-by: Arthur Milchior <arthur@milchior.fr> <!-- issue-number: [bpo-45583](https...
https://api.github.com/repos/python/cpython/pulls/29285
2021-10-28T19:48:45Z
2021-10-28T20:17:06Z
2021-10-28T20:17:06Z
2021-10-28T20:17:13Z
196
python/cpython
4,182
Fix grammatical error
diff --git a/docs/tutorial/views.rst b/docs/tutorial/views.rst index c9c6a7cacb..86689111b7 100644 --- a/docs/tutorial/views.rst +++ b/docs/tutorial/views.rst @@ -157,7 +157,7 @@ Here's what the ``register`` view function is doing: stores messages that can be retrieved when rendering the template. #. When the ...
Incorrect articles was used
https://api.github.com/repos/pallets/flask/pulls/2872
2018-07-24T18:00:40Z
2018-07-24T18:04:58Z
2018-07-24T18:04:58Z
2020-11-14T03:20:17Z
169
pallets/flask
20,901
feat: add servers option for OpenAPI
diff --git a/fastapi/applications.py b/fastapi/applications.py index 3306aab3d95eb..c21087911ebf4 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -38,6 +38,7 @@ def __init__( version: str = "0.1.0", openapi_url: Optional[str] = "/openapi.json", openapi_tags: Optional[Lis...
Closes/related to #872 The missing server option has been a drawback when it comes to the swagger UI (e.g. provide prod and test servers) and portability of the openapi.json to services that is based on knowing the servers. Example usage: ```python from fastapi import FastAPI from fastapi.openapi.models import...
https://api.github.com/repos/tiangolo/fastapi/pulls/1547
2020-06-10T19:32:26Z
2020-06-14T13:38:30Z
2020-06-14T13:38:30Z
2020-06-15T07:30:42Z
1,341
tiangolo/fastapi
22,750
Added Decimal to Binary Converter
diff --git a/Decimal_To_Binary.py b/Decimal_To_Binary.py new file mode 100644 index 0000000000..48dca10b38 --- /dev/null +++ b/Decimal_To_Binary.py @@ -0,0 +1,42 @@ +''' +PYTHON 3 +Author: Sandeep Pillai (www.github.com/Corruption13) + +Program: Decimal to Binary converter. + +THis program accepts fractional valu...
I've added a complete Decimal (Base 10) Number to Binary Number converter to the root folder.
https://api.github.com/repos/geekcomputers/Python/pulls/417
2018-10-19T15:31:16Z
2018-11-04T21:49:36Z
2018-11-04T21:49:36Z
2018-11-04T21:49:42Z
443
geekcomputers/Python
31,731
[cifar tutorial] improve readability
diff --git a/docs/_tutorials/cifar-10.md b/docs/_tutorials/cifar-10.md index 91f1b57034db..c7b53e58357a 100644 --- a/docs/_tutorials/cifar-10.md +++ b/docs/_tutorials/cifar-10.md @@ -108,7 +108,7 @@ The first step to apply DeepSpeed is adding DeepSpeed arguments to CIFAR-10 mode ### Initialization -We use `deepspe...
This PR: * fixes a typo `parametersnd` * fixes `__` to `_` * removes incorrect param in a description (`optimizer` isn't passed to `initialize` in the code snippet) * rewrites text to be more readable (some of it wasn't quite parseable) Thanks.
https://api.github.com/repos/microsoft/DeepSpeed/pulls/567
2020-12-02T04:15:53Z
2020-12-02T19:10:48Z
2020-12-02T19:10:48Z
2020-12-02T19:11:35Z
460
microsoft/DeepSpeed
10,788
BUG/WARN: Passing EA object to dtype instead of an instance
diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index b79797fa86431..5d46f819b07f9 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -837,6 +837,7 @@ ExtensionArray - Bug in :meth:`Series.rank` returning wrong order for small values with ``Float64`` dtype ...
- [x] closes #31356 (Replace xxxx with the GitHub issue number) - [x] closes #54592 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks...
https://api.github.com/repos/pandas-dev/pandas/pulls/54721
2023-08-23T22:37:14Z
2023-08-24T16:13:19Z
2023-08-24T16:13:19Z
2023-08-24T16:13:35Z
703
pandas-dev/pandas
44,831
Add formatters-python for atom to editor_integration
diff --git a/docs/editor_integration.md b/docs/editor_integration.md index 73107d6a4a1..0457fbd53d9 100644 --- a/docs/editor_integration.md +++ b/docs/editor_integration.md @@ -253,7 +253,8 @@ Sublime Text, Visual Studio Code and many more), you can use the ## Atom/Nuclide -Use [python-black](https://atom.io/packa...
https://api.github.com/repos/psf/black/pulls/1834
2020-11-21T12:18:18Z
2021-03-04T00:46:27Z
2021-03-04T00:46:27Z
2021-03-04T00:46:27Z
137
psf/black
23,926
Update README.md
diff --git a/README.md b/README.md index bf20d9455d..648c2a33ea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ FastChat is an open platform for training, serving, and evaluating large language model based chatbots. - FastChat powers Chatbot Arena (https://chat.lmsys.org/), serving over 10 million chat reque...
<!-- Thank you for your contribution! --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? <!-- Please give a short summary of the change and the problem ...
https://api.github.com/repos/lm-sys/FastChat/pulls/3239
2024-04-12T05:19:10Z
2024-04-12T05:19:18Z
2024-04-12T05:19:18Z
2024-04-12T05:19:21Z
223
lm-sys/FastChat
41,442
Fixed an erroneous import in example code of docs (class-based-views/intro).
diff --git a/docs/topics/class-based-views/intro.txt b/docs/topics/class-based-views/intro.txt index 11d1f84ffeb98..7764e417fc51f 100644 --- a/docs/topics/class-based-views/intro.txt +++ b/docs/topics/class-based-views/intro.txt @@ -71,7 +71,7 @@ something like:: In a class-based view, this would become:: from ...
Simply i replaced `from django.views.base import View` with `from django.views.generic.base import View`.
https://api.github.com/repos/django/django/pulls/901
2013-03-13T17:26:30Z
2013-03-15T13:23:22Z
2013-03-15T13:23:22Z
2014-07-07T22:28:18Z
208
django/django
50,882
Fixed error handling in train.py
diff --git a/scripts/train.py b/scripts/train.py index a966368069..b08d1cdf1a 100644 --- a/scripts/train.py +++ b/scripts/train.py @@ -178,7 +178,7 @@ def processThread(self): print('Saving model weights has been cancelled!') exit(0) except Exception as e: - print(e) + ...
Fixed the error handling in train.py so it doesn't swallow tracelogs. This is an improvement to follow Python best practices of raising any exceptions that aren't handled so that tracelogs don't get lost.
https://api.github.com/repos/deepfakes/faceswap/pulls/293
2018-03-14T01:41:40Z
2018-03-16T16:16:18Z
2018-03-16T16:16:18Z
2018-03-16T16:16:18Z
159
deepfakes/faceswap
18,647
[doc] Improve the object reference documentation
diff --git a/doc/source/ray-core/doc_code/obj_capture.py b/doc/source/ray-core/doc_code/obj_capture.py new file mode 100644 index 0000000000000..3f37813b22d64 --- /dev/null +++ b/doc/source/ray-core/doc_code/obj_capture.py @@ -0,0 +1,16 @@ +import ray + +# Put the values (1, 2, 3) into Ray's object store. +a, b, c = ra...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your P...
https://api.github.com/repos/ray-project/ray/pulls/24636
2022-05-10T04:24:33Z
2022-05-11T01:39:16Z
2022-05-11T01:39:16Z
2022-05-11T01:39:16Z
1,762
ray-project/ray
19,617
Support of the `--gradio-auth` flag (like `--gradio-auth-path` but without the need of a file)
diff --git a/README.md b/README.md index 8403d82488..3ad4dfcd64 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ Optionally, you can use the following command-line flags: | `--listen-port LISTEN_PORT` | The listening port that the server will use. | | `--share` | Create...
## Context To set up _gradio authentication_, we currently need to set a flag AND to create a file (`--gradio-auth-path GRADIO_AUTH_PATH`). We could easily have a _flag-only_ solution like with [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui). ## Proposed solution...
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/2283
2023-05-22T20:03:43Z
2023-05-23T23:39:26Z
2023-05-23T23:39:26Z
2023-05-24T10:25:02Z
707
oobabooga/text-generation-webui
26,114
Remove py35 from CI
diff --git a/.travis.yml b/.travis.yml index 33a920bb6d8..b883c5b78d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,16 +19,10 @@ matrix: python: 3.8 - env: TOXENV=pinned - python: 3.5.2 + python: 3.6.1 - env: TOXENV=asyncio-pinned - python: 3.5.2 # We use additional code to suppor...
Closes #4732
https://api.github.com/repos/scrapy/scrapy/pulls/4743
2020-08-20T15:10:42Z
2020-08-22T07:33:36Z
2020-08-22T07:33:35Z
2020-08-23T16:42:04Z
1,065
scrapy/scrapy
35,128
Series.pow when right operand is missing value
diff --git a/doc/source/whatsnew/v2.2.0.rst b/doc/source/whatsnew/v2.2.0.rst index b29d35c8ce332..4f5f31da75e03 100644 --- a/doc/source/whatsnew/v2.2.0.rst +++ b/doc/source/whatsnew/v2.2.0.rst @@ -317,6 +317,7 @@ Timezones Numeric ^^^^^^^ - Bug in :func:`read_csv` with ``engine="pyarrow"`` causing rounding errors fo...
- [x] closes #55512 (Replace xxxx with the GitHub issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/55568
2023-10-18T01:08:00Z
2023-10-19T16:40:55Z
2023-10-19T16:40:55Z
2023-10-19T16:54:15Z
513
pandas-dev/pandas
45,586
fix missing TI hash
diff --git a/modules/sd_hijack_clip.py b/modules/sd_hijack_clip.py index 2f9d569b1d8..8f29057a9cf 100644 --- a/modules/sd_hijack_clip.py +++ b/modules/sd_hijack_clip.py @@ -245,6 +245,8 @@ def forward(self, texts): hashes.append(f"{name}: {shorthash}") if hashes: + if s...
## Description issue https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12259 prevent positive prompt TI hash from overriding negative prompt TI hash as this line of code will be called 2 time ## Checklist: - [x] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/12269
2023-08-03T01:27:20Z
2023-08-03T09:56:20Z
2023-08-03T09:56:20Z
2023-08-03T09:57:16Z
166
AUTOMATIC1111/stable-diffusion-webui
40,116
Fix volume dir path replacement for windows paths, use docker cmd client if not in docker
diff --git a/localstack/services/awslambda/lambda_executors.py b/localstack/services/awslambda/lambda_executors.py index 69a7ca87c8470..6a09fe7e9fe45 100644 --- a/localstack/services/awslambda/lambda_executors.py +++ b/localstack/services/awslambda/lambda_executors.py @@ -1036,7 +1036,6 @@ def create_container( ...
## PR reasons 1. Currently, since we use a regex replacement, the backslashes in Windows paths (as returned by docker for our mount detection - used for mounting the same paths into the lambda docker containers) will fail the method and therefore lambda execution. 2. A quick fix for #6458 - we currently use docker ...
https://api.github.com/repos/localstack/localstack/pulls/6474
2022-07-18T11:47:11Z
2022-07-18T16:36:13Z
2022-07-18T16:36:13Z
2022-07-18T16:36:31Z
1,668
localstack/localstack
28,569
[Core] Fix mac build
diff --git a/src/ray/core_worker/core_worker.cc b/src/ray/core_worker/core_worker.cc index e5658cbfc48a6..d669e9259bbc6 100644 --- a/src/ray/core_worker/core_worker.cc +++ b/src/ray/core_worker/core_worker.cc @@ -1801,7 +1801,7 @@ Status CoreWorker::GetLocationFromOwner( // Calculate the number of batches /...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your P...
https://api.github.com/repos/ray-project/ray/pulls/44649
2024-04-10T20:09:04Z
2024-04-10T20:11:32Z
2024-04-10T20:11:32Z
2024-04-10T20:12:20Z
176
ray-project/ray
19,713
Clickhouse package meta fix
diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-clickhouse/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-clickhouse/pyproject.toml index ad6f47e726cde..c63b92fee89e0 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-clickhouse...
# Description Fix author metadata preventing package installation. ## Type of Change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause...
https://api.github.com/repos/run-llama/llama_index/pulls/10799
2024-02-16T15:18:02Z
2024-02-16T15:44:05Z
2024-02-16T15:44:05Z
2024-02-16T15:44:05Z
213
run-llama/llama_index
6,420
Skip cookie extraction if necessary
diff --git a/requests/cookies.py b/requests/cookies.py index 3bfedcc49f..f3ac64f0a3 100644 --- a/requests/cookies.py +++ b/requests/cookies.py @@ -107,6 +107,9 @@ def extract_cookies_to_jar(jar, request, response): :param request: our own requests.Request object :param response: urllib3.HTTPResponse object ...
If `_original_response` is never set/is `None`, then don't try to extract cookies from the response. Fixes #1534
https://api.github.com/repos/psf/requests/pulls/1535
2013-08-17T02:44:53Z
2013-08-17T03:15:18Z
2013-08-17T03:15:18Z
2021-09-08T21:01:06Z
167
psf/requests
32,293
[chatgpt]add flag of action mask in critic
diff --git a/applications/ChatGPT/chatgpt/models/base/actor.py b/applications/ChatGPT/chatgpt/models/base/actor.py index e2841dc68feb..57db2bb11a6a 100644 --- a/applications/ChatGPT/chatgpt/models/base/actor.py +++ b/applications/ChatGPT/chatgpt/models/base/actor.py @@ -37,7 +37,7 @@ def generate( if pad_token...
## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description` - [ ] I have added relevant tags if possible for us to better distinguish different PRs ## 🚨 Issue number > Link t...
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/3086
2023-03-10T02:54:24Z
2023-03-10T06:40:14Z
2023-03-10T06:40:14Z
2023-03-10T06:40:14Z
1,460
hpcaitech/ColossalAI
10,987
Fixed #27135 -- Made index introspection return Index.suffix.
diff --git a/django/db/backends/mysql/introspection.py b/django/db/backends/mysql/introspection.py index 20e017120c802..455e88962f0a5 100644 --- a/django/db/backends/mysql/introspection.py +++ b/django/db/backends/mysql/introspection.py @@ -6,6 +6,7 @@ from django.db.backends.base.introspection import ( BaseDatab...
https://code.djangoproject.com/ticket/27135
https://api.github.com/repos/django/django/pulls/8069
2017-02-15T18:54:08Z
2017-02-16T02:08:06Z
2017-02-16T02:08:06Z
2017-02-16T02:14:07Z
1,727
django/django
51,088
Create worker metrics manually for more control
diff --git a/inference/full-dev-setup.sh b/inference/full-dev-setup.sh index 86741891da..4a6a10cada 100755 --- a/inference/full-dev-setup.sh +++ b/inference/full-dev-setup.sh @@ -16,9 +16,9 @@ fi # Creates a tmux window with splits for the individual services tmux new-session -d -s "inference-dev-setup" -tmux send-...
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2229
2023-03-26T09:11:53Z
2023-03-26T17:58:15Z
2023-03-26T17:58:15Z
2023-03-26T17:58:16Z
1,834
LAION-AI/Open-Assistant
37,016
Add new snippet: Yielding None
diff --git a/README.md b/README.md index 670a1fb..221e03b 100755 --- a/README.md +++ b/README.md @@ -83,14 +83,16 @@ So, here ya go... - [💡 Explanation:](#-explanation-18) - [Needle in a Haystack](#needle-in-a-haystack) - [💡 Explanation:](#-explanation-19) - - [The surprising comma](#the-surpris...
Closes https://github.com/satwikkansal/wtfpython/issues/32
https://api.github.com/repos/satwikkansal/wtfpython/pulls/45
2017-10-11T12:15:23Z
2017-10-11T12:19:09Z
2017-10-11T12:19:08Z
2017-10-11T12:19:09Z
684
satwikkansal/wtfpython
25,801
Add recent articles and opinions
diff --git a/README.md b/README.md index 70d537bb039ab..9e333232d2dfb 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,19 @@ The key features are: --- +"*If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]*" +"*...
:pencil: Add recent articles and opinions.
https://api.github.com/repos/tiangolo/fastapi/pulls/490
2019-08-31T01:30:00Z
2019-08-31T01:35:35Z
2019-08-31T01:35:35Z
2019-08-31T01:35:38Z
1,373
tiangolo/fastapi
22,720
Create binary_search_matrix.py
diff --git a/matrix/binary_search_matrix.py b/matrix/binary_search_matrix.py new file mode 100644 index 000000000000..6f203b7a3484 --- /dev/null +++ b/matrix/binary_search_matrix.py @@ -0,0 +1,57 @@ +def binary_search(array: list, lower_bound: int, upper_bound: int, value: int) -> int: + """ + This function carri...
Added an algorithm to search in matrix ### Describe your change: Added an algorithm to search in row sorted matrix using Binary Search. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.c...
https://api.github.com/repos/TheAlgorithms/Python/pulls/6995
2022-10-11T12:28:22Z
2022-10-13T20:03:15Z
2022-10-13T20:03:15Z
2022-10-13T20:03:22Z
667
TheAlgorithms/Python
29,632
Adds Lisbon public transportation info
diff --git a/README.md b/README.md index f158dcb841..f7cadc6cfa 100644 --- a/README.md +++ b/README.md @@ -862,6 +862,7 @@ API | Description | Auth | HTTPS | CORS | | [Icelandic APIs](http://docs.apis.is/) | Open APIs that deliver services in or regarding Iceland | No | Yes | Unknown | | [Indian Railways](http://api....
Thank you for taking the time to work on a Pull Request for this project! To ensure your PR is dealt with swiftly please check the following: - [ ] Your submissions are formatted according to the guidelines in the [contributing guide](CONTRIBUTING.md) - [ ] Your additions are ordered alphabetically - [ ] Your s...
https://api.github.com/repos/public-apis/public-apis/pulls/1098
2019-10-23T18:04:32Z
2019-11-13T06:05:38Z
2019-11-13T06:05:38Z
2019-11-13T06:05:54Z
543
public-apis/public-apis
35,436
V0.5 release
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index afc9ff445..3cb03f374 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -30,10 +30,10 @@ To reach version v0.5, approximately 70% of the following tasks need to be compl 4. Complete the design and implementation of module breakdown 5. Support various modes...
Update version and fix bugs encountered in v0.5
https://api.github.com/repos/geekan/MetaGPT/pulls/583
2023-12-19T06:14:22Z
2023-12-19T16:03:26Z
2023-12-19T16:03:26Z
2023-12-19T16:03:26Z
2,193
geekan/MetaGPT
16,909
No more False Positive on Tinder
diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 0f5c60f71..60bca44bf 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1697,7 +1697,7 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Tinder": { - "errorMsg": "Looking for Someone?", + "e...
Tinder Title Hack. No JS Processing needed.
https://api.github.com/repos/sherlock-project/sherlock/pulls/697
2020-08-06T09:49:14Z
2020-08-06T10:04:41Z
2020-08-06T10:04:41Z
2020-08-06T10:04:41Z
159
sherlock-project/sherlock
36,398
Update zep_memory.ipynb
diff --git a/docs/docs/integrations/memory/zep_memory.ipynb b/docs/docs/integrations/memory/zep_memory.ipynb index 9ec0757bbf84ef..286e848644be5e 100644 --- a/docs/docs/integrations/memory/zep_memory.ipynb +++ b/docs/docs/integrations/memory/zep_memory.ipynb @@ -12,10 +12,10 @@ "\n", "Key Features:\n", "...
fixed minor typos; the your > your on > upon
https://api.github.com/repos/langchain-ai/langchain/pulls/11713
2023-10-12T12:59:46Z
2023-10-12T14:41:19Z
2023-10-12T14:41:19Z
2023-10-12T14:41:20Z
325
langchain-ai/langchain
42,921
Performance improvement for most scenes
diff --git a/manimlib/camera/camera.py b/manimlib/camera/camera.py index b6bb4be4b9..94c111eb23 100644 --- a/manimlib/camera/camera.py +++ b/manimlib/camera/camera.py @@ -338,15 +338,15 @@ def set_cairo_context_path(self, ctx, vmobject): return ctx.new_path() - subpaths = vmobject.get_sub...
tl;dr: this is a significant performance improvement for many scenes. 1.7x - 2.6x improvement in animation it/s. This is a small change to some of the hotest paths in rendering objects. The biggest win comes from not using np.allclose() to check if two points are close enough. In general, NumPy is awesome at operati...
https://api.github.com/repos/3b1b/manim/pulls/974
2020-04-12T08:28:02Z
2020-04-25T04:04:09Z
2020-04-25T04:04:09Z
2020-04-25T04:04:26Z
2,085
3b1b/manim
18,178
[deepspeed] check whether model is NLP one instead of counting on input type
diff --git a/src/transformers/trainer.py b/src/transformers/trainer.py index 079696c244fef..d34449fa57db9 100755 --- a/src/transformers/trainer.py +++ b/src/transformers/trainer.py @@ -2562,8 +2562,8 @@ def _prepare_input(self, data: Union[torch.Tensor, Any]) -> Union[torch.Tensor, return type(data)(self._...
# What does this PR do? This PR intends to fix an issue when training of NLP model fails if input dtype isn't int64. My dataset had dtype = int32. Everything was ok until I decided to add deepspeed. It turned out that trainer relies on dtype and does input data convertion into hf_deepspeed_config.dtype if it isn't ...
https://api.github.com/repos/huggingface/transformers/pulls/21800
2023-02-25T11:02:29Z
2023-03-01T12:41:36Z
2023-03-01T12:41:36Z
2023-03-01T12:43:58Z
258
huggingface/transformers
12,913
fix import order
diff --git a/tools/infer/predict_cls.py b/tools/infer/predict_cls.py index ab3f4b04f0..ed2f47c04d 100755 --- a/tools/infer/predict_cls.py +++ b/tools/infer/predict_cls.py @@ -16,7 +16,7 @@ __dir__ = os.path.dirname(os.path.abspath(__file__)) sys.path.append(__dir__) -sys.path.append(os.path.abspath(os.path.join(__d...
环境变量中包含多个tools目录的时候,需要保证当前运行的tools目录在path的最前面,从而使得函数等内容可以被成功引用
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/5628
2022-03-04T07:10:22Z
2022-03-04T08:13:54Z
2022-03-04T08:13:54Z
2022-03-04T08:13:54Z
1,892
PaddlePaddle/PaddleOCR
42,101
Add a `whois` rule
diff --git a/thefuck/rules/whois.py b/thefuck/rules/whois.py new file mode 100644 index 000000000..f019758ec --- /dev/null +++ b/thefuck/rules/whois.py @@ -0,0 +1,30 @@ +from urllib.parse import urlparse + + +def match(command, settings): + """ + What the `whois` command returns depends on the 'Whois server' it c...
What the `whois` command returns depends on the 'Whois server' it contacted and is not consistent through different servers. But there can be only two types of errors I can think of with `whois`: - `whois https://en.wikipedia.org/` → `whois en.wikipedia.org`; - `whois en.wikipedia.org` → `whois wikipedia.org`. So we m...
https://api.github.com/repos/nvbn/thefuck/pulls/197
2015-05-15T16:42:39Z
2015-05-15T17:13:22Z
2015-05-15T17:13:22Z
2015-05-15T17:13:37Z
385
nvbn/thefuck
30,647
GitHub Action to lint Python code
diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml new file mode 100644 index 00000000000..2857808b883 --- /dev/null +++ b/.github/workflows/lint_python.yml @@ -0,0 +1,21 @@ +name: lint_python +on: [pull_request, push] +jobs: + lint_python: + runs-on: ubuntu-latest + steps: + ...
Output: https://github.com/cclauss/gym/actions
https://api.github.com/repos/openai/gym/pulls/2258
2021-07-27T05:27:40Z
2021-07-27T18:16:01Z
2021-07-27T18:16:00Z
2021-07-27T18:32:56Z
377
openai/gym
5,334
Fix train_mem for the upstream changes
diff --git a/fastchat/train/llama_flash_attn_monkey_patch.py b/fastchat/train/llama_flash_attn_monkey_patch.py index d16a001ed2..f87b76e19e 100644 --- a/fastchat/train/llama_flash_attn_monkey_patch.py +++ b/fastchat/train/llama_flash_attn_monkey_patch.py @@ -14,8 +14,9 @@ def forward( self, hidden_states: to...
This is to fix the training code due to the upstream change for the `LlamaAttention` module. Fixes #187 Tested: - [x] `sky launch -c vicuna-7b ./scripts/train-vicuna.yaml --cloud gcp --env WANDB_API_KEY --env MODEL_SIZE=7 --cloud gcp -s`
https://api.github.com/repos/lm-sys/FastChat/pulls/189
2023-04-05T00:17:27Z
2023-04-05T02:38:04Z
2023-04-05T02:38:04Z
2023-04-05T02:38:06Z
693
lm-sys/FastChat
41,440
Change Crossbar from websocket to networking category according to author
diff --git a/README.md b/README.md index 991f53680..45e3f612e 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support. * [pyzmq](http://zeromq.github.io/pyz...
Change Crossbar from websocket to networking category according to the author.
https://api.github.com/repos/vinta/awesome-python/pulls/161
2014-07-22T17:21:08Z
2014-07-22T23:00:17Z
2014-07-22T23:00:17Z
2014-07-22T23:00:17Z
332
vinta/awesome-python
27,108
F.60: Remove C-style cast (T&) from example of invalid C++
diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f7c7a2e85..ef3a7f1ba 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3439,7 +3439,7 @@ Sometimes having `nullptr` as an alternative to indicated "no object" is useful, ##### Note -It is possible, but not valid C++ to construct a refere...
The C-style cast in the example of constructing a `nullptr` reference appears unnecessary, in "F.60: Prefer T* over T& when “no argument” is a valid option". The example would also compile without any cast. Of course, `T* p = nullptr; T& r = *p;` is still not valid C++, but that is according to the intention of the ...
https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/1711
2020-11-15T12:17:34Z
2020-11-16T16:07:57Z
2020-11-16T16:07:57Z
2020-11-16T16:07:57Z
186
isocpp/CppCoreGuidelines
15,467
Fix timeseries_dataset_from_array counts when sequence_stride > 1
diff --git a/keras/utils/timeseries_dataset.py b/keras/utils/timeseries_dataset.py index a53860ec98e..60c37b116d9 100644 --- a/keras/utils/timeseries_dataset.py +++ b/keras/utils/timeseries_dataset.py @@ -84,7 +84,7 @@ def timeseries_dataset_from_array( Example 1: - Consider indices `[0, 1, ... 99]`. + C...
Fixes https://github.com/keras-team/tf-keras/issues/314
https://api.github.com/repos/keras-team/keras/pulls/17396
2023-01-05T10:09:49Z
2023-02-06T18:42:27Z
2023-02-06T18:42:27Z
2023-09-22T18:13:05Z
611
keras-team/keras
47,237
Added information about diffusion and total execution time (#463)
diff --git a/modules/async_worker.py b/modules/async_worker.py index 379b2c88e..5eebd02dc 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -336,6 +336,8 @@ def callback(step, x0, x, total_steps, y): outputs.append(['preview', (13, 'Starting tasks ...', None)]) for current_task_id,...
Fix proposal for issue #463.
https://api.github.com/repos/lllyasviel/Fooocus/pulls/464
2023-09-21T08:57:22Z
2023-09-21T09:07:17Z
2023-09-21T09:07:17Z
2023-09-21T09:09:07Z
430
lllyasviel/Fooocus
7,289
[docs] Fix typos and other small stuff
diff --git a/docs/source/progress.rst b/docs/source/progress.rst index 23693843b..272687d93 100644 --- a/docs/source/progress.rst +++ b/docs/source/progress.rst @@ -58,7 +58,7 @@ The ``total`` value associated with a task is the number of steps that must be c Updating tasks ~~~~~~~~~~~~~~ -When you call :meth:`~ric...
## Type of changes - [ ] Bug fix - [ ] New feature - [x] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code. - [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate. - [ ] I've added t...
https://api.github.com/repos/Textualize/rich/pulls/3094
2023-08-19T18:03:08Z
2023-11-07T17:37:25Z
2023-11-07T17:37:25Z
2024-01-24T13:45:32Z
1,329
Textualize/rich
48,302
Pass sort for agg multiple
diff --git a/pandas/core/base.py b/pandas/core/base.py index 5022beabef76b..fa78c89ed4ee7 100644 --- a/pandas/core/base.py +++ b/pandas/core/base.py @@ -608,7 +608,7 @@ def _aggregate_multiple_funcs(self, arg, _level, _axis): raise ValueError("no results") try: - return concat(results...
xref https://github.com/pandas-dev/pandas/issues/20909
https://api.github.com/repos/pandas-dev/pandas/pulls/21062
2018-05-15T16:07:43Z
2018-05-15T20:02:19Z
2018-05-15T20:02:19Z
2018-05-15T20:02:33Z
586
pandas-dev/pandas
45,650
fix(hc): Restructure OrganizationView base classes
diff --git a/src/sentry/web/frontend/base.py b/src/sentry/web/frontend/base.py index d9ed43005b1eb..5ae4ffda6fbd4 100644 --- a/src/sentry/web/frontend/base.py +++ b/src/sentry/web/frontend/base.py @@ -1,5 +1,6 @@ from __future__ import annotations +import abc import inspect import logging from typing import Any, ...
Make `OrganizationView` abstract and rename it to `AbstractOrganizationView`. Refactor `_lookup_orm_org` into an abstract method. Have `RegionSiloOrganizationView` replace `OrganizationView` as the typical case that loads an `Organization` ORM model. Have `ControlSiloOrganizationView` load an `RpcOrganization` instead.
https://api.github.com/repos/getsentry/sentry/pulls/49729
2023-05-24T21:23:01Z
2023-05-25T21:28:44Z
2023-05-25T21:28:44Z
2023-06-10T00:02:09Z
1,473
getsentry/sentry
44,178
Add OnWater API
diff --git a/README.md b/README.md index 33b1b6279d..79fbc3ed45 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ API | Description | Auth | HTTPS | Link | | Mapzen Search | Open Source & Open Data Global Geocoding Service | `apiKey` | Yes | [Go!](https://mapzen.com/products/search/) | | Mexico | Mexico REST...
https://api.github.com/repos/public-apis/public-apis/pulls/404
2017-07-26T16:56:32Z
2017-07-26T18:12:07Z
2017-07-26T18:12:07Z
2017-07-26T18:13:26Z
331
public-apis/public-apis
36,078
Add the ability to exclude dependencies from conda builds of Streamlit
diff --git a/Makefile b/Makefile index 2822c72e8009..8034a4a87018 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ conda-distribution: # This can take upwards of 20 minutes to complete in a fresh conda installation! (Dependency solving is slow.) # NOTE: Running the following command requires both conda and ...
## 📚 Context We want to be able to exclude certain dependencies from our private (that is, SnowPark-specific) conda builds of Streamlit. This PR allows us to do this by setting some environment variables in the `make conda-package` target and using them to conditionally add dependencies to `INSTALL_REQUIRES` in ...
https://api.github.com/repos/streamlit/streamlit/pulls/4991
2022-07-19T00:32:51Z
2022-07-19T18:04:58Z
2022-07-19T18:04:58Z
2023-05-26T23:34:02Z
852
streamlit/streamlit
21,729
Short string optimization example for C.180
diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 22a731fc8..66a1604ff 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -7322,7 +7322,44 @@ But heed the warning: [Avoid "naked" `union`s](#Ru-naked) ##### Example - ??? short-string optimization; safe union without dscriminant ??? + ...
https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/758
2016-10-03T21:45:09Z
2016-10-03T23:41:07Z
2016-10-03T23:41:07Z
2016-10-03T23:50:25Z
360
isocpp/CppCoreGuidelines
15,960
add template .gitattributes that fixes language stats
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b2d461810 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Override jupyter in Github language stats for more accurate estimate of repo code languages +# reference: https://github.com/github/linguist/blob/master/docs/overrides.md#ge...
Tiny PR to fix the annoying jupyter notebook language count stats :) https://twitter.com/karpathy/status/1620875263700799488?s=20&t=bV2NXNJaUzxcZWsUyDyJEg Instructions taken from https://github.com/github/linguist/blob/master/docs/overrides.md#generated-code, referenced in discussion under https://github.com/git...
https://api.github.com/repos/karpathy/nanoGPT/pulls/115
2023-02-03T21:41:14Z
2023-02-04T01:23:44Z
2023-02-04T01:23:44Z
2023-02-04T01:28:26Z
101
karpathy/nanoGPT
40,965
Improve flow for -i flag
diff --git a/README.md b/README.md index 243692553d..2aaf45a290 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how you want your code to look. It generates an entire codebase based on a prompt. -- [Demo](https://twitter.com/antonos...
https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/652
2023-09-02T17:36:57Z
2023-09-02T18:01:59Z
2023-09-02T18:01:59Z
2023-09-02T18:03:13Z
2,543
gpt-engineer-org/gpt-engineer
33,248
Migrate to Anthropic 0.3
diff --git a/fastchat/llm_judge/README.md b/fastchat/llm_judge/README.md index caa845ec5f..a9127c6c23 100644 --- a/fastchat/llm_judge/README.md +++ b/fastchat/llm_judge/README.md @@ -18,14 +18,14 @@ To automate the evaluation process, we prompt strong LLMs like GPT-4 to act as j git clone https://github.com/lm-sys/Fas...
- https://github.com/anthropics/anthropic-sdk-python#migration-from-v02x-and-below <!-- Thank you for your contribution! --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are th...
https://api.github.com/repos/lm-sys/FastChat/pulls/1909
2023-07-10T01:54:13Z
2023-07-10T18:10:25Z
2023-07-10T18:10:25Z
2023-07-10T18:10:25Z
504
lm-sys/FastChat
41,634
ENH: add render warn for None
diff --git a/gym/envs/box2d/bipedal_walker.py b/gym/envs/box2d/bipedal_walker.py index 392d3277d27..bea56f4c7f7 100644 --- a/gym/envs/box2d/bipedal_walker.py +++ b/gym/envs/box2d/bipedal_walker.py @@ -606,6 +606,14 @@ def step(self, action: np.ndarray): return np.array(state, dtype=np.float32), reward, termina...
Add a warning when `render` is called without specifying `render_mode`, see https://github.com/openai/gym/issues/3108
https://api.github.com/repos/openai/gym/pulls/3112
2022-10-03T20:08:15Z
2022-10-04T16:12:37Z
2022-10-04T16:12:37Z
2022-10-04T16:12:37Z
3,107
openai/gym
5,247
Setup tox
diff --git a/.gitignore b/.gitignore index ac1ef8af..75441b56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ __pycache__ *.pyc .idea +*.egg-info/ +.tox/ diff --git a/.travis.yml b/.travis.yml index 8e5abf9e..ae71d86a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,27 +1,25 @@ -# vim ft=yaml dist: xenial ...
`tox` may help to: - support several python versions - run same commands in CI and locally
https://api.github.com/repos/faif/python-patterns/pulls/289
2019-03-12T09:55:15Z
2019-03-13T20:37:59Z
2019-03-13T20:37:59Z
2019-03-13T20:37:59Z
921
faif/python-patterns
33,533
Enable mixtral 8x7b autotp
diff --git a/deepspeed/module_inject/auto_tp.py b/deepspeed/module_inject/auto_tp.py index bf9c2d74c635..88f7086518e8 100644 --- a/deepspeed/module_inject/auto_tp.py +++ b/deepspeed/module_inject/auto_tp.py @@ -133,7 +133,7 @@ def is_load_module(module): load_layers = [nn.Linear, nn.Embedding, nn.LayerNorm] ...
This PR aims to enable mixtral 8x7b (MoE model) autotp.
https://api.github.com/repos/microsoft/DeepSpeed/pulls/5257
2024-03-12T02:14:30Z
2024-03-27T18:50:14Z
2024-03-27T18:50:14Z
2024-03-27T18:50:14Z
479
microsoft/DeepSpeed
10,247
untag without `object_hook`
diff --git a/CHANGES.rst b/CHANGES.rst index 9f79995b46..27c04f7f3e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Unreleased - Correct type for ``path`` argument to ``send_file``. :issue:`5230` - Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344` +- Session data is unta...
Load session JSON without using `object_hook`, then recursively untag the data. fixes #5381
https://api.github.com/repos/pallets/flask/pulls/5382
2024-01-15T15:50:22Z
2024-01-15T15:52:35Z
2024-01-15T15:52:35Z
2024-01-30T00:05:40Z
470
pallets/flask
20,909
Add Discord badge
diff --git a/README.md b/README.md index 496a232a4d1..3a4dbb9d67e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ <a href="https://github.com/ultralytics/yolov5/actions/workflows/ci-testing.yml"><img src="https://github.com/ultralytics/yolov5/actions/workflows/ci-testing.yml/badge.svg" alt="YOLOv5 CI"></a...
<!-- Thank you 🙏 for your contribution to [Ultralytics](https://ultralytics.com) 🚀! Your effort in enhancing our repositories is greatly appreciated. To streamline the process and assist us in integrating your Pull Request (PR) effectively, please follow these steps: 1. **Check for Existing Contributions**: Befor...
https://api.github.com/repos/ultralytics/yolov5/pulls/12783
2024-03-04T20:09:03Z
2024-03-04T20:12:53Z
2024-03-04T20:12:53Z
2024-03-04T20:12:54Z
383
ultralytics/yolov5
24,930
paddle support stride, fix dy2st check
diff --git a/ppocr/modeling/heads/rec_robustscanner_head.py b/ppocr/modeling/heads/rec_robustscanner_head.py index 7956059ecf..550836bd40 100644 --- a/ppocr/modeling/heads/rec_robustscanner_head.py +++ b/ppocr/modeling/heads/rec_robustscanner_head.py @@ -99,10 +99,11 @@ def forward(self, query, key, value, h, w, valid_...
Paddle支持stride后,需要检查动转静不一致的情况。但检查难度大,简单的检查会有误报,但这种方式获得评审会的同意。通过with可以避免误报。
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/10498
2023-07-28T06:36:22Z
2023-08-01T11:05:11Z
2023-08-01T11:05:10Z
2023-08-01T11:05:11Z
298
PaddlePaddle/PaddleOCR
42,471
docs: Fix a few typos
diff --git a/src/you_get/extractors/flickr.py b/src/you_get/extractors/flickr.py index 2535dd1cb7..79fca4ff9a 100644 --- a/src/you_get/extractors/flickr.py +++ b/src/you_get/extractors/flickr.py @@ -73,7 +73,7 @@ def get_api_key(page): match = match1(page, pattern_inline_api_key) # this happens only when the ...
There are small typos in: - src/you_get/extractors/flickr.py - src/you_get/extractors/mtv81.py - src/you_get/extractors/qingting.py Fixes: - Should read `several` rather than `serveral`. - Should read `channel` rather than `chaanel`. - Should read `approach` rather than `approch`. Semi-automated pull request genera...
https://api.github.com/repos/soimort/you-get/pulls/2909
2021-07-30T23:34:55Z
2021-08-15T04:41:25Z
2021-08-15T04:41:25Z
2021-08-15T04:41:32Z
633
soimort/you-get
21,353
Fix #928 test_json_dumps_pretty py3 compat.
diff --git a/acme/acme/jose/interfaces_test.py b/acme/acme/jose/interfaces_test.py index 91e6f4416a2..84dc2a1be7f 100644 --- a/acme/acme/jose/interfaces_test.py +++ b/acme/acme/jose/interfaces_test.py @@ -1,6 +1,8 @@ """Tests for acme.jose.interfaces.""" import unittest +import six + class JSONDeSerializableTest...
https://api.github.com/repos/certbot/certbot/pulls/929
2015-10-08T20:32:50Z
2015-10-09T22:38:30Z
2015-10-09T22:38:30Z
2016-05-06T19:21:35Z
270
certbot/certbot
3,399
VW MQB: Add FW for 2017 Škoda Kodiaq
diff --git a/docs/CARS.md b/docs/CARS.md index 426db94f89b8c6..070d068cab8967 100644 --- a/docs/CARS.md +++ b/docs/CARS.md @@ -164,7 +164,7 @@ A supported vehicle is one that just works when you install a comma three. All s |Škoda|Fabia 2022-23|Adaptive Cruise Control (ACC) & Lane Assist|openpilot available[<sup>1,9</...
Add missing firmware for the 2017 Škoda Kodiaq. Expand supported model-year range back to 2017 to include this vehicle, and forward to 2023 since those are supportable as well. **Route:** `89b596c5edcb6dba|2023-03-08--18-44-07` Thanks to community Kodiaq owner strom!
https://api.github.com/repos/commaai/openpilot/pulls/27532
2023-03-08T18:34:48Z
2023-03-08T21:06:18Z
2023-03-08T21:06:18Z
2024-03-01T23:01:01Z
1,878
commaai/openpilot
8,910
🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md`
diff --git a/docs/ja/docs/advanced/websockets.md b/docs/ja/docs/advanced/websockets.md new file mode 100644 index 0000000000000..65e4112a6b29c --- /dev/null +++ b/docs/ja/docs/advanced/websockets.md @@ -0,0 +1,186 @@ +# WebSocket + +**FastAPI**で<a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API" c...
Relates to #1572 This PR translates advanced/websockets.md. I am Japanese and I like this repository so I translated it. This is my first pull request for fastapi, so I apologize if there are any problems. I would appreciate it if you could check it.
https://api.github.com/repos/tiangolo/fastapi/pulls/4983
2022-06-03T16:13:46Z
2022-11-13T13:58:31Z
2022-11-13T13:58:31Z
2022-11-13T17:58:22Z
2,194
tiangolo/fastapi
22,872
fix typo: "Python'd" -> "Python's"
diff --git a/docs/contributing.rst b/docs/contributing.rst index 7ddbdcf24e8..1398e818c75 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -61,7 +61,7 @@ The following tools are there to help you: - For debugging, we recommend ``pip install ipdb`` and putting ``import ipdb; ipdb.set_trace()`` sta...
https://api.github.com/repos/certbot/certbot/pulls/768
2015-09-13T06:48:06Z
2015-09-13T21:15:12Z
2015-09-13T21:15:12Z
2016-05-06T19:21:23Z
151
certbot/certbot
903
[ie/mixch] Fix extractor
diff --git a/yt_dlp/extractor/mixch.py b/yt_dlp/extractor/mixch.py index 82a7c325724..b980fd01a82 100644 --- a/yt_dlp/extractor/mixch.py +++ b/yt_dlp/extractor/mixch.py @@ -1,6 +1,6 @@ from .common import InfoExtractor from ..networking.exceptions import HTTPError -from ..utils import ExtractorError, UserNotLive, url...
Thanks @nipotan for the API endpoint knowledge Closes #9536 <details open><summary>Template</summary> <!-- OPEN is intentional --> ### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [contributing guidelines](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#...
https://api.github.com/repos/yt-dlp/yt-dlp/pulls/9608
2024-04-03T20:36:37Z
2024-04-03T22:53:42Z
2024-04-03T22:53:42Z
2024-04-03T22:53:43Z
645
yt-dlp/yt-dlp
8,034
Add regression/system test for #4719
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index d86a6fb8c78..5c00be0542a 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -80,6 +80,20 @@ CheckHooks() { rm "$HOOK_TEST" } +# test for regressions of #4719 +get_num_tmp_files() { + ls -1 /tmp | wc -l...
https://api.github.com/repos/certbot/certbot/pulls/4739
2017-05-25T19:26:19Z
2017-06-01T16:57:27Z
2017-06-01T16:57:27Z
2017-06-01T16:57:30Z
232
certbot/certbot
744
Fix MPS on PyTorch 2.0.1, Intel Macs
diff --git a/modules/mac_specific.py b/modules/mac_specific.py index 6fe8dea0726..40ce2101764 100644 --- a/modules/mac_specific.py +++ b/modules/mac_specific.py @@ -54,6 +54,11 @@ def cumsum_fix(input, cumsum_func, *args, **kwargs): CondFunc('torch.cumsum', cumsum_fix_func, None) CondFunc('torch.Tenso...
**Describe what this pull request is trying to achieve.** - Fix NaNs occurring in sub-quadratic attention by making q, k, and v contiguous when using MPS - Fix crash that occurs with MPS on PyTorch 2.0.1 due to LayerNorm still not accepting float16 inputs - Fix generation failing on Intel Macs with k-diffusion and U...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/10201
2023-05-08T21:53:37Z
2023-05-09T07:28:24Z
2023-05-09T07:28:24Z
2023-05-17T23:58:34Z
658
AUTOMATIC1111/stable-diffusion-webui
40,277
use version from package init also for sphinx docs, insert toplevel dir ...
diff --git a/docs/conf.py b/docs/conf.py index fbcd610650b..018d2afedf0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,13 +12,22 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys +import codecs import os +import re +import sys + +here = os.pat...
...into sys.path
https://api.github.com/repos/certbot/certbot/pulls/218
2015-01-31T05:03:15Z
2015-02-02T23:13:31Z
2015-02-02T23:13:31Z
2016-05-06T19:21:50Z
476
certbot/certbot
647
Apply cpython patch bpo-39492 for the reference counting issue in pickle5
diff --git a/build.sh b/build.sh index 19f95b7de3ee5..4a6800741ddc9 100755 --- a/build.sh +++ b/build.sh @@ -130,7 +130,7 @@ WORK_DIR=`mktemp -d` pushd $WORK_DIR git clone https://github.com/suquark/pickle5-backport pushd pickle5-backport - git checkout 43551fbb9add8ac2e8551b96fdaf2fe5a3b5997d + git checkout 8ffe4...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> ## Why are these changes needed? This should fix https://github.com/cloudpipe/cloudpickle/issues/343 for python3.5, 3.6 and 3.7 It doesn't fix python3.8, but ther...
https://api.github.com/repos/ray-project/ray/pulls/7177
2020-02-15T02:07:16Z
2020-02-16T05:16:14Z
2020-02-16T05:16:14Z
2020-02-16T05:16:14Z
517
ray-project/ray
19,622
Minor refactoring of EventBridge utils, fix location of EVENTS_TMP_DIR
diff --git a/localstack/services/awslambda/lambda_api.py b/localstack/services/awslambda/lambda_api.py index e54b9a703ac44..cffedb7ad748a 100644 --- a/localstack/services/awslambda/lambda_api.py +++ b/localstack/services/awslambda/lambda_api.py @@ -1083,9 +1083,7 @@ def generic_handler(*_): if not is_local_mount: ...
* minor refactoring of EventBridge utils * pull out `list_all_log_events()` util to make it reusable from other places * fix location of `EVENTS_TMP_DIR` (was previously writing to CWD, instead of /tmp)
https://api.github.com/repos/localstack/localstack/pulls/5070
2021-12-03T21:53:32Z
2021-12-03T22:10:32Z
2021-12-03T22:10:32Z
2021-12-03T22:32:44Z
1,847
localstack/localstack
28,886
Fix broken links
diff --git a/README-ja.md b/README-ja.md index f9a0024244..62d627b1e5 100644 --- a/README-ja.md +++ b/README-ja.md @@ -751,7 +751,7 @@ Layer 7 ロードバランサーは [アプリケーションレイヤー](#通 ### その他の参考資料、ページ * [スケールするシステムアーキテクチャを設計するためのイントロ](http://lethain.com/introduction-to-architecting-systems-for-scale) -* [システム設計インタビューを紐解く](http:...
https://api.github.com/repos/donnemartin/system-design-primer/pulls/180
2018-07-19T07:57:12Z
2018-07-25T01:55:55Z
2018-07-25T01:55:55Z
2018-07-25T01:56:09Z
3,567
donnemartin/system-design-primer
36,710
Supported customizing kwargs for lr_scheduler
diff --git a/deepspeed/runtime/engine.py b/deepspeed/runtime/engine.py index 7431b2c892c4..76ba6af78b76 100755 --- a/deepspeed/runtime/engine.py +++ b/deepspeed/runtime/engine.py @@ -979,7 +979,7 @@ def clip_fp32_gradients(self): torch.nn.utils.clip_grad_norm_(parameters=self.module.parameters(), ...
In some common schedulers (e.g. ReduceOnPlateau), we need to tell our schedulers some extra information (e.g. current metrics). This commit should be able to support this with some minor fixes, without changing any default behaviours.
https://api.github.com/repos/microsoft/DeepSpeed/pulls/584
2020-12-07T03:32:21Z
2020-12-11T21:52:07Z
2020-12-11T21:52:07Z
2020-12-11T21:52:07Z
588
microsoft/DeepSpeed
10,079
Add deploy command to repos generated by cli template
diff --git a/libs/langchain/langchain/cli/create_repo/templates/pip/Makefile b/libs/langchain/langchain/cli/create_repo/templates/pip/Makefile index 00cac9fdb9f222..92243442c67c05 100644 --- a/libs/langchain/langchain/cli/create_repo/templates/pip/Makefile +++ b/libs/langchain/langchain/cli/create_repo/templates/pip/Ma...
<!-- Thank you for contributing to LangChain! Replace this entire comment with: - **Description:** a description of the change, - **Issue:** the issue # it fixes (if applicable), - **Dependencies:** any dependencies required for this change, - **Tag maintainer:** for a quicker response, tag the relevant...
https://api.github.com/repos/langchain-ai/langchain/pulls/11711
2023-10-12T12:36:37Z
2023-10-12T14:09:21Z
2023-10-12T14:09:21Z
2023-10-12T14:09:22Z
944
langchain-ai/langchain
43,505
Update Process Replay Segments
diff --git a/cereal b/cereal index 513dfc7ee00124..e4130c90558dfb 160000 --- a/cereal +++ b/cereal @@ -1 +1 @@ -Subproject commit 513dfc7ee001243cd68a57a9d92fe3170fc49c7d +Subproject commit e4130c90558dfb491e132992dce36e0e620e070a diff --git a/selfdrive/test/process_replay/ref_commit b/selfdrive/test/process_replay/ref...
https://api.github.com/repos/commaai/openpilot/pulls/25805
2022-09-16T02:37:50Z
2022-09-16T03:15:57Z
2022-09-16T03:15:57Z
2022-09-16T03:15:58Z
1,330
commaai/openpilot
9,599
add a note in loc_kf
diff --git a/selfdrive/locationd/models/loc_kf.py b/selfdrive/locationd/models/loc_kf.py index c6a92f1683f870..48e309d9c63877 100755 --- a/selfdrive/locationd/models/loc_kf.py +++ b/selfdrive/locationd/models/loc_kf.py @@ -50,6 +50,8 @@ class States(): CLOCK_ACCELERATION = slice(28, 29) # clock acceleration in ligh...
https://api.github.com/repos/commaai/openpilot/pulls/23082
2021-11-30T18:50:39Z
2021-11-30T18:51:32Z
2021-11-30T18:51:32Z
2021-11-30T18:51:33Z
362
commaai/openpilot
9,594
Add support for connect timeouts
diff --git a/docs/api.rst b/docs/api.rst index 42f7c5a052..69f138a282 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -5,7 +5,7 @@ Developer Interface .. module:: requests -This part of the documentation covers all the interfaces of Requests. For +This part of the documentation covers all the interfaces of Reques...
Modifies the timeout interface to also accept a tuple (connect, read) which would be used to set individual connect and read timeouts for Requests. Adds Advanced documentation explaining the interface and providing guidance for timeout values.
https://api.github.com/repos/psf/requests/pulls/2176
2014-08-23T19:39:43Z
2014-08-26T19:13:30Z
2014-08-26T19:13:30Z
2021-09-08T11:00:47Z
2,672
psf/requests
33,030
Attempt to quote anyway if unquoting fails
diff --git a/requests/utils.py b/requests/utils.py index 7467941447..29413964d4 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -418,10 +418,18 @@ def requote_uri(uri): This function passes the given URI through an unquote/quote cycle to ensure that it is fully and consistently quoted. """ - ...
Fixes #2356 TODO - [x] Add test
https://api.github.com/repos/psf/requests/pulls/2393
2014-12-27T02:06:03Z
2015-01-27T18:24:34Z
2015-01-27T18:24:34Z
2021-09-08T09:00:59Z
594
psf/requests
32,995
Fix typo
diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 51857ba16b..3ec6f198e6 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -1,7 +1,7 @@ # Text Recognition - [1. Data Preparation](#DATA_PREPARATION) - - [1.1 Costom Dataset](#Costom_Dataset) + - [1.1 Cu...
Fixed typo in `recognition_en.md`. Changed "costom" to "custom"
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/5540
2022-02-21T17:25:39Z
2022-02-22T05:21:21Z
2022-02-22T05:21:21Z
2022-02-22T05:21:21Z
279
PaddlePaddle/PaddleOCR
42,376
improve system prediction and remove some hard code
diff --git a/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml b/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml index 7161203035..5be96969fd 100644 --- a/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml +++ b/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml @@ -62,8 ...
att
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/4643
2021-11-13T03:36:20Z
2021-11-17T04:32:05Z
2021-11-17T04:32:05Z
2021-11-17T04:32:05Z
3,642
PaddlePaddle/PaddleOCR
42,619
Bump actions/cache from 2.1.7 to 3
diff --git a/.github/workflows/diff_shades.yml b/.github/workflows/diff_shades.yml index 51fcebcff63..ade71e7aa8d 100644 --- a/.github/workflows/diff_shades.yml +++ b/.github/workflows/diff_shades.yml @@ -68,7 +68,7 @@ jobs: - name: Attempt to use cached baseline analysis id: baseline-cache - u...
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <ul> <li> <p>This change adds a minimum runner version(node12 -&...
https://api.github.com/repos/psf/black/pulls/2962
2022-03-28T06:14:03Z
2022-03-29T01:42:53Z
2022-03-29T01:42:53Z
2022-03-29T01:42:58Z
146
psf/black
24,194
Remove broken links from Plino and Sentim-API
diff --git a/README.md b/README.md index 934a799430..4a9888d931 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,6 @@ API | Description | Auth | HTTPS | CORS | | [Nationalize.io](https://nationalize.io) | Estimate the nationality of a first name | No | Yes | Yes | | [OOPSpam](https://oopspam.com/) | Multiple spa...
The links https://plino.herokuapp.com and https://sentim-api.herokuapp.com were broken
https://api.github.com/repos/public-apis/public-apis/pulls/1608
2021-03-31T05:09:33Z
2021-03-31T05:10:36Z
2021-03-31T05:10:36Z
2021-03-31T05:10:36Z
488
public-apis/public-apis
35,668
Allow passing kwargs through to TFBertTokenizer
diff --git a/src/transformers/models/bert/tokenization_bert_tf.py b/src/transformers/models/bert/tokenization_bert_tf.py index e0e38d68a58c3..281d222fbdaaa 100644 --- a/src/transformers/models/bert/tokenization_bert_tf.py +++ b/src/transformers/models/bert/tokenization_bert_tf.py @@ -48,7 +48,9 @@ class TFBertTokenizer...
There are some kwargs like `preserve_unused_tokens` in the underlying TF tokenizer layers that might be useful to expose to users. This PR exposes them by passing through any unrecognized `kwargs` in the model `__init__` to the TF tokenizer layer. Fixes #23798
https://api.github.com/repos/huggingface/transformers/pulls/24324
2023-06-16T16:28:11Z
2023-06-20T11:49:06Z
2023-06-20T11:49:06Z
2023-06-20T11:49:36Z
490
huggingface/transformers
12,740
Fix various Sphinx warnings, errors
diff --git a/acme/acme/challenges.py b/acme/acme/challenges.py index cfd6f8533c6..a2235b61ee5 100644 --- a/acme/acme/challenges.py +++ b/acme/acme/challenges.py @@ -116,7 +116,7 @@ def uri(self, domain, chall): def gen_resource(self, chall): """Generate provisioned resource. - :param .SimpleHTTP ...
https://api.github.com/repos/certbot/certbot/pulls/703
2015-08-24T08:08:04Z
2015-08-24T21:08:53Z
2015-08-24T21:08:53Z
2016-05-06T19:21:33Z
2,200
certbot/certbot
938
A few dashboard fixes
diff --git a/website/src/components/Widgets/LeaderboardWidget.tsx b/website/src/components/Dashboard/LeaderboardTable.tsx similarity index 91% rename from website/src/components/Widgets/LeaderboardWidget.tsx rename to website/src/components/Dashboard/LeaderboardTable.tsx index 5f680179a2..b958d4b7c2 100644 --- a/websit...
- A few quick fixes on use of the 'key' attribute. - Also renaming "widgets" folder which contained dashboard components to "dashboard" and removing "widget" from component names.
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/370
2023-01-04T11:30:34Z
2023-01-04T11:37:40Z
2023-01-04T11:37:40Z
2023-01-04T12:02:01Z
1,532
LAION-AI/Open-Assistant
37,712
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-nested-models.md`
diff --git a/docs/pt/docs/tutorial/body-nested-models.md b/docs/pt/docs/tutorial/body-nested-models.md new file mode 100644 index 0000000000000..8ab77173e96d0 --- /dev/null +++ b/docs/pt/docs/tutorial/body-nested-models.md @@ -0,0 +1,248 @@ +# Corpo - Modelos aninhados + +Com o **FastAPI**, você pode definir, validar, ...
https://api.github.com/repos/tiangolo/fastapi/pulls/4053
2021-10-14T20:50:19Z
2023-04-13T18:15:35Z
2023-04-13T18:15:35Z
2023-04-13T18:15:35Z
2,462
tiangolo/fastapi
23,184
fix(actionable-items): Remove source map debug from actionable items
diff --git a/src/sentry/api/endpoints/actionable_items.py b/src/sentry/api/endpoints/actionable_items.py index 010cd4c1e439f..845352040ae7f 100644 --- a/src/sentry/api/endpoints/actionable_items.py +++ b/src/sentry/api/endpoints/actionable_items.py @@ -14,12 +14,9 @@ ActionPriority, deprecated_event_errors, ...
this pr removes source map debugging from actionable items since we are no longer showing those alerts on the issue details page.
https://api.github.com/repos/getsentry/sentry/pulls/56405
2023-09-18T17:58:33Z
2023-09-19T15:31:54Z
2023-09-19T15:31:54Z
2023-10-05T00:03:58Z
2,837
getsentry/sentry
44,086