Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

909 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Good First Issues 🌴

This page contains open issues tagged with the label good first issue. It gathers issues from some famous libraries(at least for me). Let me know if there are others you would like to see here 🍕

How it Works

This project automates the discovery of good first-issues using GitHub API:

  • Smart Discovery: RepoManager identifies all public repositories from the usernames defined in your .env file.
  • Issue Filtering: IssueManager searches those repositories for issues labeled with good first issue.
  • Language Matchmaking: It identifies the primary language of each repository to help you find tasks in your area of expertise.
  • Automated Rendering: Uses Jinja2 templates and the TemplateManager to render the gathered data into this README file.
  • Daily Updates: A GitHub Action runs the update_issues.py script daily to ensure the list is always updated.

Local Setup

update_issues.py can be modified to return the data in json or to csv. To run the script locally:

  • create an .env file in the root directory, and add:
ACCESS_TOKEN=<YOUR_ACCESS_TOKEN>
USERNAMES=<REPO_OWNER1>,<REPO_OWNER2>,<REPO_OWNER3>,...
  • How to create and manage GitHub API access tokens in this article.

Useful Resources for Open Source

If you are wondering where to begin in the journey contributing to open-source projects, these are good articles to get you started! ⛵

List of Good First Issues to start Collaborating! 🏄 Last run: 2026-05-06

Repo Language Title Comments
pytorch/glow C++ [TensorLayout] Add a way to specify canonical layout propagation to NodeGen 0
pytorch/glow C++ [Runtime] Expand Yaml DeviceConfig loading to include HostConfig 0
pytorch/glow C++ [runtime] add device memory size configuration to the DeviceConfig::parameters map on all backends 0
pytorch/glow C++ resnet-* example code should reuse Tensor memory for images 0
pytorch/glow C++ Example binaries should handle HostManager active request limit 0
pytorch/glow C++ [ONNXIFI] Add additional precondition checks to model loaders 0
pytorch/glow C++ [ONNXIFI][GraphAPI] Add "orErr" methods for graph creation api 0
pytorch/glow C++ ConvBench should use the layers of ResNet 0
pytorch/glow C++ ConvBench should use libjit_convolution_D8KKC8 0
pytorch/xla C++ Op info test for bmm .. ceil 0
pytorch/xla C++ Op info test for rsub .. searchsorted 0
pytorch/xla C++ Op info test for norm .. pca_lowrank 0
pytorch/xla C++ Op info test for nn.functional.softmin .. nonzero_static 0
pytorch/xla C++ Op info test for nn.functional.group_norm .. nn.functional.layer_norm 0
pytorch/xla C++ Op info test for nn.functional.conv_transpose3d .. nn.functional.ctc_loss 0
pytorch/xla C++ Op info test for linalg.ldl_factor_ex 0
pytorch/xla C++ Op info test for linalg.householder_product 0
pytorch/xla C++ Op info test for linalg.cholesky_ex 0
pytorch/xla C++ Op info test for linalg.cholesky 0
canonical/mir C++ Move from snprintf and friends to std::format* and add checks for truncation 0
canonical/mir C++ The MirAL API should support more options for display configuration 0
canonical/mir C++ Review the symbol generator's hidden symbols list 0
canonical/mir C++ grimshot save output captures all outputs, not just the active one 0
canonical/mir C++ Unify mousekeys/mouse keys naming 0
canonical/mir C++ Read current display mode as default 0
canonical/mir C++ Driver probe should check for presence of Wayland extension 0
canonical/mir C++ CompositorPerformance test uses its own idiosyncratic server runner 0
canonical/mir C++ We're missing a way for Mir to report the socket it selects 0
canonical/multipass C++ [snapshot] Lack of interactive stdin causes unhandled exception on multipass restore 0
canonical/wlcs C++ xdg_toplevel_stable.cpp cleanups 0
pytorch/glow C++ [CPU] Remove the need for Rescale for the CPUMaxSplat 1
pytorch/xla C++ xs.make_mesh 1
pytorch/xla C++ torch_xla scan forces inputs to be differentiable 1
pytorch/xla C++ [torch_xla] scan_layers fails if the layer have no weights 1
pytorch/xla C++ [hard] Op info test for special.airy_ai 1
pytorch/xla C++ Op info test for triangular_solve .. unfold 1
pytorch/xla C++ Op info test for nn.functional.pixel_shuffle .. nn.functional.scaled_dot_product_attention 1
pytorch/xla C++ Op info test for linalg.matrix_norm 1
pytorch/xla C++ Op info test for linalg.lu_factor_ex 1
pytorch/xla C++ Op info test for linalg.lu_factor 1
pytorch/xla C++ Op info test for index_reduce 1
pytorch/xla C++ [hard] Op info test for histogramdd 1
canonical/mir C++ Add wl_array wrapper 1
canonical/mir C++ manpages & help 1
canonical/multipass C++ [snapshot] Raw error on snapshot deletion attempt on a running VM 1
canonical/multipass C++ [sshfs] Multipass logs leaking filepaths from CI environments 1
pytorch/glow C++ New files added under glow/test/models/ don't get copied to build folder until clean build is performed. 2
pytorch/glow C++ Make all useful data structures in Glow easy to dump in a textual form 2
pytorch/glow C++ [Importers] Move "run and compare" tests from importer tests to operator tests 2
pytorch/glow C++ Need to canonicalize or optimize high-dim concat to concat+transpose 2
pytorch/xla C++ Op info test for special.scaled_modified_bessel_k0 .. squeeze 2
pytorch/xla C++ Op info test for nn.functional.feature_alpha_dropout .. nn.functional.grid_sample 2
pytorch/xla C++ Op info test for linalg.matrix_power 2
pytorch/xla C++ Op info test for linalg.ldl_solve 2
canonical/mir C++ Support for natural (inversed) scrolling in the input configuration 2
canonical/mir C++ Pointer/touchpad acceleration bias configuration values not loaded at startup 2
canonical/mir C++ MinimalWindowManager should reposition windows to an active output when their output is removed 2
canonical/multipass C++ firewalld integration 2
pytorch/glow C++ Move layout information from nodes constructor' to their Glow types 3
pytorch/glow C++ [habana] Implement backend specific verifications 3
pytorch/xla C++ Op info test for nn.functional.leaky_relu .. nn.functional.max_pool1d 3
pytorch/xla C++ Op info test for kthvalue 3
tensorflow/minigo C++ Support more GTP commands 3
canonical/mir C++ gmtime and localtime are not thread safe and are outdated 3
canonical/mir C++ Add support for orientation: [vh]-mirrored 3
canonical/multipass C++ [virtualbox@macOS] Purge-uninstall leaves VMs behind 3
pytorch/glow C++ [GraphOptz] Sink Quantize below Reshape 4
pytorch/xla C++ Op info test for pinverse .. put 4
pytorch/xla C++ Op info test for nn.functional.avg_pool1d .. nn.functional.bilinear 4
pytorch/xla C++ Op info test for linalg.lu_solve 4
canonical/mir C++ Send proper make and model information for wl_output::geometry 4
canonical/mir C++ WindowManager::add_display()/remove_display() 4
canonical/multipass C++ Ability to choose terminal emulator multipass.gui 4
canonical/multipass C++ Handle yaml-cpp exceptions from a cloud-init config better 4
canonical/multipass C++ Suggest opening up firewall when launching times out 4
pytorch/glow C++ Fuse RescaleQuantized in the ChannelwiseQuantizedConv 5
pytorch/glow C++ Bring back the sinking RELU below Pool optimization 5
pytorch/glow C++ Use gtest-parallel 5
canonical/mir C++ Replace str(n)?cmp with std::string_view::operator== 5
canonical/multipass C++ Use host apt proxy configuration 5
canonical/multipass C++ Instrument function calls to debug-log arguments and return values 5
pytorch/glow C++ Glow should provide its own implementation of a random number generator to ensure deterministic testing and avoid platform-dependent differences 6
canonical/multipass C++ Error "launch failed: Remote "release" is unknown or unreachable. If image mirror is enabled, please confirm it is valid." when launching image too quickly after installing Multipass 6
canonical/multipass C++ New GUI doesn't respect theme 7
godotengine/godot C++ Polygon2D's bug. disappear or don't render. 8
pytorch/glow C++ Make the execution of the Glow compiler more deterministic between multiple runs 9
canonical/multipass C++ Unify VM resource minima in Daemon/CLI/GUI 9
canonical/multipass C++ Allow specifying wildcards (*) for --[ug]id-map on mounts 10
canonical/multipass C++ Bulk operations - Ability to perform actions on multiple nodes 11
canonical/multipass C++ Issues with 3rd party compilation order 12
pytorch/glow C++ [ONNXModelLoader] Support for LogSoftmax operator is missing 16
pytorch/glow C++ Use explicit std::string conversions instead of implicit llvm::StringRef->std::string conversions to prepare Glow for builds using LLVM >=11 18
godotengine/godot C++ [Godot v4.4] Gizmos exponentially increasing Draw Calls and Objects when turned on 24
godotengine/godot C++ You're breathtaking! 34
godotengine/godot C++ [TRACKER] Unit tests to add or improve 249
canonical/ulwazi CSS Cookie consent banner fails to show 0
canonical/ulwazi CSS Weirdly looking code blocks captions 0
canonical/ulwazi CSS The first link in the footer seems to be wrong 1
canonical/ulwazi CSS Font size of numbers in numerated lists seems too big 1
canonical/jepsen.dqlite Clojure Use go-dqlite's TLS connections 0
ansible/pylibssh Cython [TODO] Ensure release builds don't include debug symbols 0
godotengine/emacs-gdscript-mode Emacs Lisp Rewrite gdscript-imenu to provide GDScript-specific tables 0
godotengine/emacs-gdscript-mode Emacs Lisp Buffer does not revert or update instantly after formatting buffer 3
godotengine/godot-benchmarks GDScript [Call to Action] Benchmarks for the benchmark server 5
godotengine/godot-benchmarks GDScript [TRACKER] Benchmarks to create 11
ansible/receptor Go append conntype string representation in status output 0
canonical/etrace Go error message should be smarter 0
canonical/etrace Go fail with nicer message when no window session is available 0
canonical/etrace Go doesn't complain when prepare/restore scripts are not executable 0
canonical/lxd Go Auth: Support CLI when OIDC client secret is configured 0
canonical/microcloud Go Terminate preseed joiners when initiator exits 0
ansible/receptor Go add work status command to receptorctl 1
ansible/terraform-provider-ansible Go ansible_playbook_run doesn't accept variable 1
canonical/microceph Go microceph disk list shows un-supported disks as well 1
ansible/receptor Go quality of life -- order work list output based on most recent work units 2
canonical/lxd Go lxc image filters do not match displayed values 2
canonical/lxd Go Add custom volume transfer to lxd-migrate 2
canonical/lxd Go Add wait_ready nic config keys for IPv4/IPv6 routes 2
canonical/microceph Go Cannot enable SSO on Ceph Dashboard (missing python3-saml) 2
canonical/microceph Go MicroCeph: Replace :doc: with :ref: targets for internal cross-reference links 3
canonical/microceph Go Fault enabling replication 4
canonical/lxd Go Can't select name column when filtering by IP 5
canonical/lxd Go Add lxc config device add disk --type=block for containers 20
canonical/charmed-temporal-solutions HCL Switch PostgreSQL charm channel to 16/stable once released 2
canonical/packer-maas HCL feat: add pve8.4 packer configs 15
django/birthday20 HTML Add social media links on event pages 3
django/birthday20 HTML Vendor third-party assets (leaflet) 10
pytorch/serve Java The captum for bert notebook needs update 0
pytorch/serve Java Enable naked DIR test case for windows environment 0
pytorch/serve Java [Educational] Typing .py files iteratively with mypy 1
pytorch/serve Java Built-in handler for regression 1
pytorch/serve Java permission error while trying to remove previous artifact files in /tmp/ 3
pytorch/serve Java Torchserve M1 support detailed plan 4
pytorch/serve Java add support for SeTFiT models 4
pytorch/serve Java [BUG] Dockerfile with nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04 gives ascii codec error 4
pytorch/serve Java how does default_response_timeout work? 6
pytorch/serve Java [Suggestion] Loading torch-model-archiver arguments from YAML 6
pytorch/serve Java Handle invalid input intelligently ! 7
pytorch/ci-hud JavaScript Restore "Show service jobs" checkbox to GitHubStatusDisplay.js 2
huggingface/transformers.js JavaScript Is 'aggregation_strategy' parameter available for token classification pipeline? 2
huggingface/transformers.js JavaScript [Feature request] Return offset mapping using tokenizer 2
huggingface/transformers.js JavaScript [Doc request] Add an example guide of how to use it in Svelte (and deploy to HF Spaces) 7
ansible/galaxy_collection Jinja Replace order of roles 0
canonical/seldon-core-operator Jinja Add test that uses istio ingress 0
ansible/awx-operator Jinja Add multi-arch build target 1
ansible/product-demos Jinja Add teardown template/workflow for "Deploy Cloud Stack in AWS" workflow 1
ansible/awx-operator Jinja annotations not applied to postgres statefulset 2
ansible/awx-operator Jinja Inflated Total Host Count on Dashboard when Using Constructed Inventory with Existing Inventories 2
ansible/awx-operator Jinja Extend README with external logging examples 2
ansible/awx-operator Jinja Inability to overwrite namespace when using awx-operator chart 3
ansible/awx-operator Jinja Password set via UI gets overwritten by initialize_django playbook 5
tensorflow/probability Jupyter Notebook providing sample weights to glm.fit() and glm.fit.sparse() 0
tensorflow/probability Jupyter Notebook Sigmoid belief network example/tutorial 0
tensorflow/probability Jupyter Notebook Logistic factorial analysis example/tutorial 0
tensorflow/swift-models Jupyter Notebook Add documentation to the Gym models to specify additional dependencies for DQN 0
tensorflow/swift-models Jupyter Notebook [BERT-CoLA]: Use common file extraction functions 0
tensorflow/swift-models Jupyter Notebook Verify BERT variants 0
canonical/charmed-kubeflow-uats Jupyter Notebook Perform cleanup at the end of the KFP test 0
tensorflow/probability Jupyter Notebook Feature Request: Add crps method to tfp.distributions 1
tensorflow/probability Jupyter Notebook Keyword argument overload (?) in tfb.real_nvp_default_template 1
tensorflow/probability Jupyter Notebook Item response theory model example/tutorial 1
tensorflow/probability Jupyter Notebook Bayesian neural network tutorial 1
tensorflow/swift-models Jupyter Notebook Add logging callbacks for training statistics 1
canonical/charmed-kubeflow-uats Jupyter Notebook Format and lint ipynb files with black 1
pytorch/functorch Jupyter Notebook Add vmap support for PyTorch operators 2
tensorflow/probability Jupyter Notebook Support for SeparableConv1DFlipout 2
tensorflow/probability Jupyter Notebook NotImplementedError: mean is not implemented: Categorical 2
tensorflow/probability Jupyter Notebook Always-on dropout layer 2
tensorflow/probability Jupyter Notebook DenseFlipOut layer 2
tensorflow/probability Jupyter Notebook Categorical autoregressive distribution with LSTM example/tutorial 2
tensorflow/swift-models Jupyter Notebook Better error message on unzip failure 2
tensorflow/swift-models Jupyter Notebook Find a more descriptive word for numericalized 2
tensorflow/swift-models Jupyter Notebook Rewrite long nested Sequential types using Sequential{N} typealiases 2
tensorflow/swift-models Jupyter Notebook [BERT-CoLA] Data source resolution 2
tensorflow/swift-models Jupyter Notebook Object detection examples 2
huggingface/optimum-intel Jupyter Notebook Fix conversion of ltx_video models in bf16 format 2
tensorflow/adanet Jupyter Notebook Allow one to forward features to predictions 3
tensorflow/probability Jupyter Notebook Feature Request: Alternative Horseshoe Parameterization as tfp distribution 3
tensorflow/probability Jupyter Notebook Please add example on NUTS sampling from posterior for Bayesian Logistic Regression 3
tensorflow/probability Jupyter Notebook Feature request: Tweedie distribution 3
tensorflow/probability Jupyter Notebook CholeskyWishart distribution 3
tensorflow/probability Jupyter Notebook improve text and visuals in Bayesian Gaussian mixture model tutorial 3
tensorflow/swift Jupyter Notebook Installation verification tool 3
tensorflow/probability Jupyter Notebook A question about target_log_prob_fn 4
tensorflow/probability Jupyter Notebook Provide a resimulation Metropolis TransitionKernel 4
tensorflow/swift-models Jupyter Notebook Translation example 4
huggingface/optimum-intel Jupyter Notebook Add tests which check, that required transformations are applied 4
tensorflow/probability Jupyter Notebook Laplace approximation 5
tensorflow/probability Jupyter Notebook Missing Inverse Wishart - redefine Wishart? 5
tensorflow/probability Jupyter Notebook Categorical features in logistic regression 5
tensorflow/probability Jupyter Notebook Stochastic block model example/tutorial 5
tensorflow/probability Jupyter Notebook Tutorial on Variational Inference 6
tensorflow/probability Jupyter Notebook BFGS user should be able to pass parameters to the line search 7
tensorflow/swift-models Jupyter Notebook Speech to text example 7
tensorflow/probability Jupyter Notebook Any plans to update the examples to TensorFlow 2? 8
tensorflow/probability Jupyter Notebook Sample different weights for examples within a batch 9
tensorflow/probability Jupyter Notebook [Feature Request] tensorflow_probability.distributions.GeneralizedGamma 11
huggingface/huggingface-gemma-recipes Jupyter Notebook 📣 Call for contributions! 11
tensorflow/probability Jupyter Notebook Feature Request: Efficient Poisson Binomial PMF/CDF in tfp 13
tensorflow/probability Jupyter Notebook [Feature Request] Zero-Inflated Poisson and Negative Binomial distributions 13
tensorflow/swift-models Jupyter Notebook UNet Example 15
huggingface/huggingface-llama-recipes Jupyter Notebook Call for contributions 20
huggingface/agents-course MDX Improve diagrams in unit 2.1 6
tensorflow/mlir Other Implement support for qualified symbols 0
huggingface/awesome-huggingface Other [hacktoberfest] Hugging Face Collections Hacktoberfest challenge 0
decentraland/dapps-issues Other [Events] Update the Share link to use the new jump-in site. 0
decentraland/dapps-issues Other Add a banner to communicate possible downtimes of our/thirdparty services 0
canonical/chisel-docs Other FAQ content needs redistribution 0
canonical/chisel-releases Other feat(iptables): improve iptables test coverage 0
canonical/chisel-releases Other ci: bump setup-lxd 0
canonical/chisel-releases Other ci: figure out which spread tests to run first 0
canonical/chisel-releases Other ci: networking error preparing lxd in tests (2) 0
canonical/chisel-releases Other Add logrotate slice 0
canonical/chisel-releases Other Add cron slice 0
canonical/chisel-releases Other Add socat slice 0
canonical/sphinx-stack Other Replace value of ogp_image in conf.py to an image included in the repository instead of assets manager 0
canonical/sphinx-stack Other Housekeeping: update preview logo 0
canonical/sphinx-stack-docs Other "Style guide" documents are superfluous and should be syntax guides 0
decentraland/sdk Other Remove the mandatory ?v= from the renderer fetch 1
canonical/charmed-mysql-rock Other Add tests 1
canonical/chisel-releases Other feat(systemd): improve systemd test coverage 1
canonical/chisel-releases Other ci: stale test_install_slices 1
canonical/chisel-releases Other Add adduser slice 1
canonical/sphinx-stack Other Underscores in anchor 1
canonical/sphinx-stack Other Make 'Sphinx python dependency build checks' optional 1
canonical/chisel-docs Other Replace images in docs/explanation/mode-of-operation.md 2
canonical/chisel-releases Other feat(25.10): arch-dependent gcc slices 2
canonical/launchpad-manual Other Missing page: list of tags for bug reports 2
canonical/chisel-releases Other feat(ci): pass GITHUB_TOKEN to the lxd spread machine 3
canonical/chisel-releases Other Where can we get hostname, perl, opt and awk slices? 3
canonical/kernel-docs Other Fix docs link comment and permissions in GHA workflow 3
tensorflow/mlir Other Consider trip count in loop invariant code motion 4
canonical/chisel-releases Other Add drill / ldnsutils 4
canonical/kernel-docs Other Add recommended next steps for How to build a Linux kernel 4
canonical/chisel-releases Other Please split common converters slice from libc6 gconv slice 5
canonical/kernel-docs Other Glossary - LRM 6
tensorflow/mlir Other [LLVM] Implement missing LLVM IR instructions 11
zeromicro/goctl-swagger PHP support for openapi 3.0 0
godotengine/godot-asset-library PHP Categories need a description (tooltip?) when hovered/selected 1
godotengine/godot-asset-library PHP keep the content of the submition form when its not validated, or try some ajax realtime pre-validation 1
godotengine/godot-asset-library PHP A way to cancel edit requests 3
godotengine/godot-asset-library PHP Sanitize inputs for Asset data/fields, like URLs 5
pytorch/ao Python TorchAO ROCM tests are taking a long time 0
pytorch/examples Python imagenet benchmark measure elapsed time function issue 0
pytorch/examples Python Why there is no tanh activation at the end of TransformerNet? 0
pytorch/examples Python Distributed doesn't work with env:// init_method 0
pytorch/examples Python Is the loss of the first word covered during the language model evaluation? 0
pytorch/examples Python The casting problem on the result of the model. 0
pytorch/examples Python Example code (mnist) does not work under torch.utils.bottleneck 0
pytorch/executorch Python Good First Issue: Add MLX Op Handler for aten.bitwise_or 0
pytorch/executorch Python Good First Issue: Add MLX Op Handler for aten.hardtanh 0
pytorch/executorch Python [CMake] Potentially duplicated srcs in llama_runner build 0
pytorch/PiPPy Python Support Segformer models in HF tests 0
pytorch/PiPPy Python Support ConvNext models in HF tests 0
pytorch/PiPPy Python Support Wav2Vec2 models in HF tests 0
pytorch/PiPPy Python Support ResNet models in HF tests 0
pytorch/PiPPy Python [spmd] DistributedTensor doesn't implement is_pinned 0
pytorch/PiPPy Python Support Donut SWIN models in HF tests 0
pytorch/PiPPy Python Create mypy.ini 0
pytorch/PiPPy Python Support DistilBert models in HF tests 0
pytorch/PiPPy Python Support Deberta models in HF tests 0
pytorch/PiPPy Python Support HubertForSequenceClassification models in HF tests 0
pytorch/PiPPy Python Support LxmertForPreTraining models in HF tests 0
pytorch/PiPPy Python Support Speech2Text models in HF tests 0
pytorch/PiPPy Python Support CLIP models in HF tests 0
pytorch/PiPPy Python Support SWIN models in HF tests 0
pytorch/tensordict Python [Feature Request] Deprecate _run_checks in favour of TensorDict._checked 0
pytorch/torcharrow Python Making BaseColumn::genericUnaryUDF and the family free functions 0
pytorch/torcharrow Python Call type inferring in interop.from_pylist 0
pytorch/torcharrow Python Move torcharrow/test to test 0
tensorflow/moonlight Python Follow the MusicXML schema 0
tensorflow/moonlight Python Export stem directions in MusicXML 0
tensorflow/moonlight Python Chord duration correction 0
tensorflow/moonlight Python Export the key signature to MusicXML 0
huggingface/lighteval Python [BUG] Optimize tokenization 0
huggingface/lighteval Python [FT] Add tests for VLLMModel base methods 0
huggingface/lighteval Python [FT] Build in a way to specify specific IDs/Lines in Dataset to use as few-shot examples in the same split 0
huggingface/nanotron Python [Feature] Use CUDA event for measuring elasped time 0
huggingface/nanotron Python [Feature] Refactor ParallelContext.world_rank_matrix 0
huggingface/optimum-executorch Python Add benchmarking numbers for more models 0
ansible/ansible-jupyter-kernel Python Add support for handlers 0
ansible/ansible-jupyter-kernel Python Add a #library cell type 0
ansible/awx Python [ui_next] Add All/Any workflow viz indication to Workflow Viz Legend/Key 0
ansible/dispatcherd Python Enforce UUID format, add "origin" information in message data 0
ansible/django-ansible-base Python ansible_base.lib.utils.models.diff takes unused sanitize_encrypted param and has outdated return docstring 0
canonical/admission-webhook-operator Python Add missing unit tests 0
canonical/charmcraft Python Determine whether requiring libyaml-devel on yum-based systems creates working charms 0
canonical/cloud-init Python Misleading ssh_redirect_user warning 0
canonical/cos-alerter Python Covererage needs to be fixed 0
canonical/cos-coordinated-workers Python Reword error status message for misconfigured worker 0
canonical/cos-lib Python Feat: Improve Nginx performance 0
canonical/cos-lib Python add helper for discovering and aliasing system architecture 0
canonical/cos-proxy-operator Python Fix typing 0
canonical/craft-providers Python fix linter warnings 0
canonical/istio-operators Python Add test for changed kind in istio-gateway 0
canonical/juju-sdk-tutorial-k8s Python Use charmcraft.yaml's 'charm-libs' feature 0
canonical/juju-sdk-tutorial-k8s Python Possible race condition in getting the database credentials 0
canonical/karma-alertmanager-proxy-k8s-operator Python add option to clear the config and have the charm go back into BlockedState 0
canonical/karma-alertmanager-proxy-k8s-operator Python add config param for custom name for the proxied alertmanager cluster 0
canonical/kubeflow-ci Python add kubectl describe nodes to logdump 0
canonical/kubeflow-ci Python add juju status to log dump action 0
canonical/microk8s-community-addons Python ArgoCD addon should include the argocd CLI 0
canonical/minio-operator Python Broken charm icons for minio, mysql and katib-* 0
canonical/minio-operator Python Add ingress relation to expose console, api 0
canonical/mlflow-operator Python hardcoded aws default region 0
canonical/parca-scrape-target-operator Python Add CONTRIBUTING.md 0
canonical/powershell-snaps Python Create CI validation for release channel names 0
canonical/prometheus-k8s-operator Python Metrics are still received after Grafana Agent stops 0
canonical/pycloudlib Python Consistent console_log() API 0
canonical/redis-k8s-operator Python Add integration tests that scale relating app 0
canonical/script-exporter-operator Python Change the path of script-exporter-script 0
pytorch/ao Python Add weight tensor-wise scaling for INT8 quantized and mixed-precision training 1
pytorch/ao Python MoE example 1
pytorch/ao Python Self compressing neural networks 1
pytorch/examples Python Video classification example 1
pytorch/examples Python Resume will override learning rate on command line. 1
pytorch/examples Python A question about weight initialization of embedding layer. 1
pytorch/examples Python Changes needed to run DCGAN 32x32 1
pytorch/examples Python ImageFolder doc should clarify 1. order that images returned in 2. that all classes are concatenated into a single list 1
pytorch/examples Python Doc comment on accuracy method in imagenet example, incorrect? 1
pytorch/executorch Python Good First Issue: Add MLX Op Handler for aten.isinf 1
pytorch/executorch Python Good First Issue: Add MLX Op Handler for aten.flip 1
pytorch/executorch Python Add dynamism tests for xnnpack model tests 1
pytorch/executorch Python Implement load_into for the shared_ptr data loader 1
pytorch/executorch Python [Android] Use generic JNI instead of fbjni 1
pytorch/PiPPy Python Support LayoutLM models in HF tests 1
pytorch/pytorch Python [Docathon] Convert elastic/run.rst from rST to MyST Markdown 1
pytorch/text Python torchtext main branch doesn't support pytorch2.0 1
pytorch/torcharrow Python Default aggregation functions delegates to Arrow Compute 1
pytorch/torchchat Python GeneratorArgs.is_torchtune_model is a misnomer 1
pytorch/torchtitan Python Ability to train based on epoch 1
tensorflow/agents Python Tutorial 1: Train a Deep Q Network with TF-Agents and the use of a driver 1
huggingface/accelerate Python Deadlock when running multi tasks 1
huggingface/dataset-viewer Python Use revision_exists (hfh) 1
huggingface/diffusers Python Do we have any script covert from hf format to orginal format? 1
huggingface/lerobot Python Question regarding downsampling and resizing dataset 1
huggingface/lerobot Python Ensure the teleoperators module passes MyPy type checks 1
huggingface/lighteval Python [EVAL] Add kyrgyzLLM benchmark 1
huggingface/lighteval Python [FT] Manage script and language in the Language enum 1
huggingface/lighteval Python [FT] LiteLLM concurrency parameters hard-coded 1
huggingface/nanotron Python Add Debug utility to be able to preview first samples used for training 1
huggingface/nanotron Python We don't save checkpoint after training ends 1
huggingface/nanotron Python FEAT: Support 1.58-bit LLMs training 1
huggingface/nanotron Python [Feature Request] Add simple communications benchmarks to the repo 1
huggingface/sentence-transformers Python Update example scripts relying on http_get to download from the Hugging Face Hub instead 1
ansible/ansible-documentation Python Need explanation that modules can only import from module_utils within the ansible namespace 1
ansible/ansible-documentation Python Prune stub files in docs/docsite 1
ansible/ansible-navigator Python Many params missing change after initial = False 1
ansible/awx Python Scheduled Job prompted extra_vars overwritten by JT extra_vars 1
ansible/awx Python Inaccurate error handling on Input Group Integer fields (i.e. Org Max Hosts field) 1
ansible/awx Python RFE: Send real client remote address in TACACS+ authentication packet 1
ansible/django-ansible-base Python Several unordered querysets 1
canonical/charmed-postgresql-rock Python Add integration test for verifying plugin shared objects consistency 1
canonical/charmed-temporal-uats Python Explore spread usage for UAT orchestration 1
canonical/charmed-temporal-uats Python Add custom concierge config for desired environment for UATs 1
canonical/cos-proxy-operator Python Wrongly formatted alert rules are silently not loaded 1
canonical/craft-providers Python fix type checking 1
canonical/data-platform-workflows Python Improve checks on _promote_charms action 1
canonical/dex-auth-operator Python Expected content of connectors config is not intuitive, add validation and documentation 1
canonical/gh-jira-sync-bot Python status_mapping seems broken 1
canonical/karapace-operator Python Karapace operator does not cleanup properly after TLS relation-broken 1
canonical/litmus-operators Python use nginx module from charmlibs 1
canonical/pgbouncer-operator Python Expose more configuration options 1
canonical/pgbouncer-operator Python Block the charm if there is no client relation 1
canonical/postgresql-k8s-operator Python Add test for DCS failsafe mode, simulating k8s API being down 1
canonical/postgresql-k8s-operator Python Test: scale application to zero units 1
canonical/postgresql-k8s-operator Python Test charm recovery after instance restart. 1
canonical/postgresql-k8s-operator Python Improve config options validation 1
canonical/postgresql-operator Python Move --log-level-stderr=warn to pgBackRest's configuration file 1
canonical/postgresql-test-app Python Create a nightly test run for self-checking 1
canonical/pycloudlib Python Contributing guidelines seem outdated 1
canonical/pyroscope-operators Python use nginx module from charmlibs 1
canonical/rockcraft Python docs: Running Flask, Django and FastAPI should be in a code block 1
canonical/rockcraft Python Help includes expand-extensions entry with reference to snapcraft.yaml 1
canonical/spark-k8s-bundle Python Make secret-key, storage-account and container-name fields required in TF variables for azure-storage 1
canonical/spark-k8s-toolkit-py Python Prettify the output printed by the CLI commands 1
canonical/tempo-operators Python Wrong LogQL in dashboard 1
canonical/traefik-k8s-operator Python Output the correct message when traefik is not deployed with --trust 1
canonical/traefik-k8s-operator Python missing substitution in log message 1
canonical/ubuntu-security-documentation Python [security-features] cloud-prng-seed.rst contains dead links 1
canonical/ubuntu-security-documentation Python [compliance] Add links for mentioned standards 1
pytorch/ao Python Resolve doc build warnings 2
pytorch/ao Python Refactor torchao and tests to use model architectures from torchao.testing.model_architectures 2
pytorch/ao Python Unittests Migration Progress 2
pytorch/ao Python [[MX Triton] Create MX matmul op using new scaled_dot op in Triton](pytorch/ao#1084)
pytorch/ao Python Support for GrokAdamW 2
pytorch/ao Python Tensor subclass boilerplate can be consolidated 2
pytorch/ao Python [RFC] Intx Tensor Subclasses Quantization 2
pytorch/examples Python Update all examples to latest versions of pytorch 2
pytorch/examples Python [Warning: an output with one or more elements was resized since it had shape[xxxx],]](pytorch/examples#937) 2
pytorch/examples Python Add nn.SyncBatchNorm in ImageNet example 2
pytorch/examples Python mnist example contains bad practices leading to wrongful results 2
pytorch/examples Python Input type and weight type should be the same 2
pytorch/examples Python please use longer names for variables than 2-3 letter acronyms 2
pytorch/examples Python VAE reconstruction loss (BCE) 2
pytorch/examples Python Imagenet training extremely low gpu utilization 2
pytorch/examples Python Ambiguous code in reinforce 2
pytorch/executorch Python Good First Issue: Add Full Integer Support for aten.bitwise_and 2
pytorch/executorch Python Good First Issue: Add MLX Op Handler for aten.trunc 2
pytorch/executorch Python [Arm] Size-test: Run the binary on CI 2
pytorch/executorch Python Consolidation of Selective Build APIs for OSS 2
pytorch/executorch Python Support dim order in Java Tensor 2
pytorch/executorch Python Add torchao kernels to xcframework 2
pytorch/executorch Python Need a feature to get etdump while running LLAMA model on qnn with qnn_llama_runner 2
pytorch/executorch Python [Request impl] Gracefully error out in ETDump 2
pytorch/PiPPy Python Make RemoteInterpreter use the full implementation of Interpreter.run 2
pytorch/pytorch Python [Docathon] Convert nn.init.rst from rST to MyST Markdown 2
pytorch/pytorch Python [BE] Deduplicate auto_functionalized and triton_kernel_wrapper_functional 2
pytorch/pytorch Python [PT2] [Hardening] Track recompiles alongside graph breaks in our actual/expected comparison CI runs 2
pytorch/rl Python [Feature Request] Make sure that all losses work with tensorclasses and regular tensors 2
pytorch/rl Python [Feature Request] TensorSpec is_in methods should check the dtype of val 2
pytorch/text Python Convert iterator-style raw datasets to map-style raw datasets 2
pytorch/torchchat Python torchtune as an optional dependency: Lazy Import 2
pytorch/torchchat Python Slimming down torchchat: Replace replace_attention_with_custom_sdpa_attention() with ET's implementation 2
tensorflow/graphics Python Tangential camera distortion/undistortion 2
huggingface/dataset-viewer Python use the ROW_IDX_COLUMN constant name instead of copying the value everywhere 2
huggingface/dataset-viewer Python Use "Sign-In with HF" instead of token in admin-UI 2
huggingface/lerobot Python Finetune smolvla with vision encoder 2
huggingface/lighteval Python Call for contributions: Translate lighteval's doc into Chinese 2
huggingface/nanotron Python [Feature] Asyncronous Serialization 2
huggingface/nanotron Python [Feature Request] Support Data Streaming for faster training of large models 2
ansible/ansible-navigator Python Switch to the use of pathlib where possible 2
ansible/awx Python Empty value in execution_environment should remove selections (ansible.controller.job_template) 2
ansible/awx Python Issue label for incompliance with Ansible 2
ansible/awx Python New credentials type to provide VAULT_ADDR and VAULT_TOKEN env vars 2
ansible/awx Python Expose the value of "Execution Node" as a variable when running a job from Ansible Tower. 2
ansible/awx Python "Playbook not found for project" error when the playbook exist but is invalid 2
ansible/awx Python Jobs canceled before starting should not show a "finished" time 2
ansible/awx Python Make Info Metrics more easy to query 2
ansible/awx Python weekly dashboard view does not have sufficient granularity 2
canonical/charmcraft Python Improve the 'release' response when resources are automatically released with the charm 2
canonical/charmed-postgresql-snap Python start-pgbackrest-exporter.sh does not support non-snapped environments 2
canonical/cloud-init Python [docs]: some DataSources missing from docs 2
canonical/cloud-init Python [docs]: The terms "#include" and "#include-once" are difficult to define in the documentation 2
canonical/gh-jira-sync-bot Python Issue is created on closure 2
canonical/istio-operators Python istio-pilot should look for signs of another istio install during deployment 2
canonical/istio-operators Python ingress-auth relation does not work for cross-model relations, needs namespace property in schema 2
canonical/katib-operators Python katib-* missing unit and integration tests 2
canonical/microk8s-community-addons Python Add support for Istio 1.16, 1.17 and1.18 2
canonical/mysql-operators Python [k8s] Memory consumption calculation skewed up desproportionally for smaller (<3G) deployments 2
canonical/postgresql-k8s-operator Python PostgreSQL K8s charm failed to deploy after removing with --force --no-wait (due to K8s service availability) 2
canonical/postgresql-operator Python Running list-backups actions shortly after relation with s3-integrator results in IndexError 2
canonical/pycloudlib Python build status badge is obsolete in README.md 2
canonical/snapcraft Python Add "--base=core2x"" option to "snapcraft extensions" 2
canonical/specs.canonical.com Python reviewers parser should ignore wrong cases 2
canonical/tempo-operators Python Annoying tracing lib warning: charm tracing buffer exceeds max history length (100 events) 2
canonical/tempo-operators Python Handle multiple ingresses cleanly 2
canonical/testflinger Python Add website URL field for agents 2
canonical/traefik-k8s-operator Python Refactor or remove redirect_https from the ingress/ingress-per-app interface 2
pytorch/ao Python FP8 Blockwise Training Tracker 3
pytorch/ao Python [QAT] Low-bit FSDP all-gather for QAT 3
pytorch/ao Python [sparse] Add GPTQ support for sparse-marlin 3
pytorch/ao Python Tensor Parallelism Support for AffineQuantizedTensor 3
pytorch/examples Python word_language_model with torch.nn.modules.transformer 3
pytorch/examples Python OSError: [Errno 22] Invalid argument: 3
pytorch/examples Python MNIST test_loader not being used as intended (wrong)! 3
pytorch/examples Python Actor critic example not using discount rate properly 3
pytorch/examples Python "omit freeze_support" 3
pytorch/executorch Python torch.split fails in to_edge 3
pytorch/executorch Python Support Standalone Batch Norm 3
pytorch/executorch Python [Android] Rename JNI cpp file 3
pytorch/executorch Python Get rid of fixed number cmake --build -j in sh and docs 3
pytorch/executorch Python Consolidate executor_runners 3
pytorch/pytorch Python [auto functionalize][partitioner] ones_like is not getting recomputed 3
pytorch/torchchat Python Improve Tokenizer New Type Onboarding 3
pytorch/torchchat Python [UX] We are too quiet about errors - in particular missing HF authentication... 3
pytorch/torchdistx Python Documentation for AnyPrecisionOptimizer 3
tensorflow/addons Python Benchmark test for rrelu fails on windows 3
tensorflow/graphics Python Add skew to projective camera 3
tensorflow/model-card-toolkit Python Prefer single quote strings model-card-toolkit 3
tensorflow/similarity Python Add a ranking example 3
godotengine/godot-blender-exporter Python Blender object with negative scale 3
huggingface/accelerate Python [Community Contributions] examples on distributed inference using 🤗 Accelerate 3
huggingface/dataset-viewer Python Use CONSTANT_LIST.copy in list config fieds 3
huggingface/lighteval Python [FT] showing count in Markdown summary table 3
huggingface/lighteval Python [FT] Add tests for nanotron 3
huggingface/lighteval Python [EVAL] Big-Bench Extra Hard (BBEH) 3
huggingface/optimum Python Add all available ONNX models to ORTConfigManager 3
huggingface/optimum-habana Python Add support for max_length in run_generation 3
huggingface/transfer-learning-conv-ai Python RuntimeError: shape '[-1, 2, 34]' is invalid for input of size 61710 3
ansible/ansible-documentation Python Incorporate 'shared snippets' for the collection docs into the main rst files 3
ansible/awx Python Fix Delinea imports and import test 3
ansible/awx Python Cleanup Job Details. Configure days retention for the particular job entities. 3
ansible/awx Python Improve user experience of copy pasting FQDNs from jobs 3
ansible/awx Python Non descriptive error when podman is missing 3
ansible/awx Python Add "nodes" to "Relaunch on" when relaunching jobs after failure - users think it relates to failed tasks and not nodes 3
ansible/awx Python Worker failed to run task awx.main.tasks.system.purge_old_stdout_files 3
ansible/awx Python System Auditors can check list items 3
ansible/awx Python Show more host information in host filter lookup list 3
ansible/awx Python Inconsistent capitalization across ui-next 3
ansible/awx Python User auth field not documented in OPTIONS 3
canonical/charmcraft Python The analyze command should also work on a not-packed charm 3
canonical/cloud-init Python Don't Depend on GNU Date 3
canonical/cloud-init Python [docs]: Default behaviour of ConfigDrive is unclear 3
canonical/cloud-init Python Wrong return_code in analyze boot 3
canonical/cloud-init Python cc_grub_dpkg: race condition on dpkg-set-selections lock 3
canonical/cloud-init Python docs: update rtd documentation for altcloud 3
canonical/cloud-init Python cloud-init network config 2 rename does not match with name 3
canonical/open-documentation-academy Python [Ubuntu Project] Add (describe) a glossary term: branch 3
canonical/pgbouncer-operator Python Add configuration for max_prepared_statements 3
canonical/redis-k8s-operator Python Add integration test coverage for HA of metrics exporter 3
canonical/snapcraft Python Recommend using newer versions of snapcraft 3
pytorch/ao Python [llama] Use horizontal fusion trick from Attention for FeedForward 4
pytorch/ao Python Quantized Training 4
pytorch/examples Python Please change dcgan to load truncated images. 4
pytorch/examples Python No matching function call error in custom_dataset example 4
pytorch/examples Python Add Siamese Network example 4
pytorch/executorch Python Re-inplace slice_copy with slice 4
pytorch/pytorch Python [export] Schematize nn_module_stack serialization 4
pytorch/pytorch Python switch more test cases to use MultithreadTestCase 4
tensorflow/graphics Python Add ScanNet dataset 4
huggingface/dataset-viewer Python Cache/Queue metrics should not be negative 4
huggingface/lerobot Python How can I change the task name of already recorded episodes? 4
huggingface/lerobot Python Ensure the utilities module passes MyPy type checks 4
huggingface/lighteval Python [EVAL]: Add more African Benchmarks 4
ansible/ansible-documentation Python Link to devel in the various roadmaps 4
ansible/awx Python visualizer info field 4
ansible/awx Python Remove some of the eslint-disable comments 4
ansible/awx Python Docker install instructions do not mention how to add awx-logos 4
canonical/cloud-init Python [docs]: Users and Groups module schema examples code blocks differ from explanation text 4
canonical/cloud-init Python [docs]: The term "module" does not appear to be rigorously defined in the documentation 4
canonical/cloud-init Python World writable /usr/lib/cloud-init/clouddir should not be left behind 4
canonical/cloud-init Python genisoimage may be going away 4
canonical/cos-lib Python better tests for unhappy paths 4
canonical/kfp-operators Python Change the default bucket name for Argo Workflows - currently always mlpipeline 4
canonical/oidc-gatekeeper-operator Python client-secret isn't used. 4
canonical/open-documentation-academy Python Launchpad: Add an info box on the discontinuation of support for Bazaar 4
canonical/rockcraft Python Improve detection/setting of the PATH environment variable 4
django/djangoproject.com Python Documentation table of contents is hard to reach on mobile devices 4
pytorch/ao Python [low-bit optim] Add COAT optimizer 5
pytorch/ao Python The next tutorials 5
pytorch/audio Python read mp3 file fail 5
pytorch/executorch Python Good First Issue: Enable Gemma 4 on MLX Backend 5
pytorch/executorch Python Good First Issue: Add MLX Op Handler for aten.bitwise_xor 5
pytorch/pytorch Python Use typing_extensions.TypeAliasType for better reexport of __module__ 5
pytorch/pytorch Python Report WHY a symbol was created dynamically in symbolic_shapes logs 5
pytorch/pytorch Python torch.fx.Tracer.record_stack_traces is broken in torch 2.4.0 5
pytorch/pytorch Python refactor TracingContext to take a more limited subset of ViewAndMutationMeta 5
pytorch/rl Python [Feature Request] Missing ActionScaling and FlattenAction 5
tensorflow/graphics Python Not detecting TF Nightly when installing from whl. 5
tensorflow/similarity Python Implement multi-siam for segmentation 5
huggingface/accelerate Python Barebones dataloader to allow for any type of iterable dataloader-like object to be used. Should just handle device placement 5
huggingface/lighteval Python [BUG] custom model docs don't run: missing imports 5
huggingface/lighteval Python Append revision to filepath in --output_dir? 5
huggingface/nanotron Python Avoid nested InheritFromOtherOptimizer 5
huggingface/nanotron Python [Bug] Missing _is_using_mup when resume checkpoint 5
huggingface/nanotron Python [Unit Test] Add unit tests for DistributedTrainer 5
huggingface/optimum-benchmark Python Evaluators for specific tasks 5
huggingface/sentence-transformers Python Update example scripts relying on model.fit to use SentenceTransformerTrainer instead 5
ansible/awx Python Add option to force the user to reset its password at first login 5
ansible/awx Python adhoc jobs block other jobs from being processed in the queue 5
ansible/awx Python all cluster nodes in development environment have the same UUID 5
canonical/gh-jira-sync-bot Python GH issue with two labels causes two jira tickets created 5
canonical/postgresql-operator Python Improve config options validation 5
canonical/spark-integration-hub-k8s-operator Python Charm errors when related to the s3-integrator and bucket name is empty 5
django/djangoproject.com Python fundraising: 'customer.subscription.deleted' webhook event always gets 404 response 5
pytorch/ao Python Accelerate activation sparsity with activation compression 6
pytorch/executorch Python Manual kernel registration to include library names in API 6
pytorch/ignite Python Updating getting started to add code for the setup_tb_logger 6
pytorch/pytorch Python AOTAutograd: functionalization should emit foreach_copy_() instead of copy_() when possible 6
pytorch/pytorch Python [dynamo] Missing support for many trivial builtin functions in operator 6
pytorch/pytorch Python Enable ruff rule PLW1510 codebase wide 6
tensorflow/similarity Python Create a colab for single shot to demonstrate how augmenters works 6
huggingface/lerobot Python Distributed v2.1 -> v3.0 conversion 6
huggingface/lighteval Python [FT] Improve Documentation and Examples 6
ansible/ansible-documentation Python Misleading statement about "defaults" and "vars" sub-folders of roles 6
ansible/ansible-navigator Python Allow to set ansible-runner artifacts dir ID 6
ansible/awx Python AWX Collection Credential Delete 6
canonical/cloud-init Python [enhancement]: Relocate json schemas somewhere more sensible 6
canonical/open-documentation-academy Python LXD: configure cloud-init from a file 6
django/djangoproject.com Python Support switching languages on non-docs sites 6
pytorch/examples Python Why don't we use MSE as a reconstruction loss for VAE ? 7
pytorch/executorch Python Rename executorch cmake target to prim_ops_lib 7
pytorch/executorch Python Add timestamps for pte generation in CI 7
pytorch/executorch Python [Request Impl] Apply Segment Serialization in Bundled Program 7
pytorch/pytorch Python Enable more flake8-pyi ruff checks 7
tensorflow/similarity Python Implement SwAV for self-supervised learning 7
huggingface/lighteval Python [EVAL] Long Horizon Execution 7
ansible/ansible-lint Python 'format' option missing from configuration file schema 7
canonical/cloud-init Python [enhancement]: fix typing of untyped-defs 7
canonical/cloud-init Python ssh_import_id does not work on default user 7
canonical/cloud-init Python package-update-upgrade-install does not update when run with --frequency=always 7
canonical/cos-lib Python allow using cosl.coordinated_workers.S3ConnectionInfo outside of tempo-loki-mimir 7
canonical/open-documentation-academy Python [Ubuntu Project] Add (describe) a glossary term: Continuous Integration (CI) 7
canonical/open-documentation-academy Python Launchpad: fix broken links 7
django/djangoproject.com Python Redirect from /about to /foundation 7
django/djangoproject.com Python Add link to new minutes repo 7
django/djangoproject.com Python Improve Documentation by having list of topics fixed on the left and table of contents on the right 7
django/djangoproject.com Python Docs for old supported versions should indicate that a newer version is available 7
pytorch/pytorch Python [BUG][PyTorch 2.0 Export][quant]:get_source_partitions() may return different matches with same input graph 8
huggingface/diffusers Python Make FlaxLMSDiscreteScheduler jittable 8
huggingface/lerobot Python Select the VLM backbone for SmolVLA 8
huggingface/lighteval Python [EVAL] Adding PHARE 8
ansible/ansible-documentation Python Link "see also" sections as recommended in the forum 8
ansible/awx Python Display SAML login icon for /api/login page 8
canonical/open-documentation-academy Python Rockcraft: Update text to American spelling 8
canonical/open-documentation-academy Python MicroCeph: Replace :doc: with :ref: targets for internal cross-reference links (3) 8
django/djangoproject.com Python Improvements to the Corporate Sponsor Experience 8
django/djangoproject.com Python Use noindex meta tag or header, not robots.txt, to block untranslated docs pages 8
pytorch/audio Python Use non-persistent buffers 9
pytorch/pytorch Python Improve error message for wrong number of arguments in CachingAutotuner 9
pytorch/pytorch Python dynamo (re)compilation issues: shape (1,1), nn.Parameter, mark_dynamic 9
pytorch/pytorch Python [Dynamo] Support tracing through _get_current_dispatch_mode_stack 9
tensorflow/similarity Python Lifted Structured loss 9
huggingface/diffusers Python Support multiple control nets in the StableDiffusionControlNetXSPipeline/StableDiffusionXLControlNetXSPipeline 9
canonical/open-documentation-academy Python Website: Create an article summarizing the presentation "Documentation as code" done by Robert Kratky 9
django/djangoproject.com Python Remove non-canonical docs versions from sitemap.xml 9
pytorch/executorch Python Check tensor's dim order ambiguity in IR verifier 10
pytorch/pytorch Python Expand Tag Set: views & reductions 10
huggingface/datasets Python Identical keywords in build_kwargs and config_kwargs lead to TypeError in load_dataset_builder() 10
huggingface/datasets Python WMT21 & WMT22 10
huggingface/lighteval Python [EVAL] Add TUMLU benchmark 10
canonical/open-documentation-academy Python MicroCeph: Replace :doc: with :ref: targets for internal cross-reference links (2) 10
pytorch/ao Python Named Symbol not found (torchchat #1298) 11
pytorch/ao Python [MPS] torchao low-bit-precision optim does not expose 'backend' argument to torch.compile 11
pytorch/pytorch Python foreach_map enhancements 11
pytorch/pytorch Python Docs are little bit outdated for torch logs 11
pytorch/pytorch Python bmm, topk, cholesky, linalg.norm, max with out variants set causing recompilations in torch.compile 11
tensorflow/quantum Python [Performance] Boost tfq.convert_to_tensor speed 11
huggingface/diffusers Python [Flux ControlNet] Add support for de-distilled models with CFG 11
django/djangoproject.com Python Add link to 'Stable' doc version in the Warning Alert on top 11
pytorch/ao Python Update documents addressing AQT workflow 12
pytorch/pytorch Python [dynamo] [dynamic] torch.combinations throws RuntimeError when (backend=aot_eager, dynamic=True) 12
pytorch/pytorch Python Logging when executing fx.Interpreter 12
django/djangoproject.com Python Make right sidebar independent from main content 12
pytorch/pytorch Python torch.compile regression 2.9.1: Triton kernel name '_Runner__kernel_name_0' is not defined 13
pytorch/pytorch Python [Feature request] torch.export .save/.load could support safetensors and/or weights_only=True 13
django/djangoproject.com Python New content: Accessibility statement 13
pytorch/pytorch Python Make tlparse able to show a summary of distinct graph breaks 14
huggingface/diffusers Python [Pipeline] AnimateDiff + SparseControl + ControlNet 14
canonical/open-documentation-academy Python Charmed Ceph: Replace gerunds with imperatives 14
django/djangoproject.com Python Improve 404 page 14
canonical/open-documentation-academy Python Charmed Ceph: Stylistic inconsistencies in the how-to index 15
huggingface/datasets Python Consider using "Sequence" instead of "List" 16
canonical/cloud-init Python [feature] support key by url in apt configure module 16
pytorch/ao Python Replace flash_4 with FlexAttention 17
pytorch/pytorch Python Supporting custom attributes with __torch_function__ tensor subclasses 17
django/djangoproject.com Python Localize the fundraising app 17
pytorch/ao Python Add codebook (look up table based) quantization flow in torchao 18
pytorch/audio Python Add Stereo to Mono Convertions 18
pytorch/executorch Python [Request impl] Devtool end-to-end tests 18
pytorch/pytorch Python Obscure error: Expected a value of type 'List[int]' for argument 'sizes' but instead found type 'immutable_list' 18
huggingface/datasets Python Return the name of the currently loaded file in the load_dataset function. 18
huggingface/huggingface_hub Python [Community event] Translate documentation to your own langage 18
huggingface/lerobot Python Make policies compatible with torch.compile 18
canonical/open-documentation-academy Python Ubuntu Core: replace Markdown links with MyST references 21
huggingface/diffusers Python Expanded init fields in StableDiffusionPipeline cause incompatibilities with many/most inherited pipelines 22
huggingface/optimum Python Community contribution - BetterTransformer integration for more models! 26
canonical/open-documentation-academy Python Ubuntu Server: building up the glossary 29
pytorch/ignite Python 🥇 Everyone is welcome to contribute 💯 40
huggingface/peft Python Comparison of Different Fine-Tuning Techniques for Conversational AI 56
huggingface/ratchet Rust Reduce dependencies! 🗡️ 0
decentraland/godot-explorer Rust [Bug]: Interaction Feedback Doesn't Trigger when holding one Control (E.g Joystick) 0
decentraland/godot-explorer Rust [Bug]: Bio Core - text displaying outside of UI frame 0
canonical/source-wand Rust [Feature] Add repositories to Go dependencies 1
tensorflow/rust Rust Add Scope::with_kernel_label and with_xla_cluster 3
tensorflow/rust Rust Add OpArgDef::default_value and allowed_values 7
godotengine/discourse-theme SCSS Change default green to our own green for the Solved questions 0
godotengine/discourse-theme SCSS Make tag and tag count more distinct 0
godotengine/discourse-theme SCSS Categories are not rounded on mobile 0
godotengine/discourse-theme SCSS Search bar should not cover full width on mobile 0
godotengine/discourse-theme SCSS Remove the "Sign Up" button from navbar 2
canonical/iot-field-example-snaps Shell Resolve lingering TODOs in automount-actions 0
canonical/iot-field-example-snaps Shell Implement test suite for automount-actions 0
canonical/charmed-kafka-snap Shell Remove split controller implementation 1
canonical/charmed-mysql-snap Shell Check MySQL shell version >= MySQL server version 1
canonical/microk8s-core-addons Shell Extending DNS addon args 1
canonical/snapcraft-101-labs Shell Repository cleanup 1
canonical/snap-vault Shell Build date and commit ID missing from binary 2
decentraland/land Solidity docs needed 8
tensorflow/swift-apis Swift [summary] Better formatting 0
tensorflow/swift-apis Swift Lift Tensor.dimensionGathering() out of swift-models and into swift-apis 0
tensorflow/swift-apis Swift Investigate size/performance tradeoffs for -sil-inline-generics and -sil-partial-specialization 0
tensorflow/swift-apis Swift Update doc comments on non-mutating API to use proper wording. 0
huggingface/sam2-studio Swift Model download selector 1
huggingface/chat-macOS Swift [Feature Request] System Prompt Support 2
huggingface/chat-macOS Swift Asking "what time is it?" will always return the local time of Paris, regardless of your location (⌘R+) 2
tensorflow/swift-apis Swift Recursive Neural Networks (structured data/trees) 3
tensorflow/swift-apis Swift Implement Recurrent Layers 5
huggingface/chat-macOS Swift Add custom LLM API 5
tensorflow/swift-apis Swift some mutating tensor operations are not @differentiable 7
tensorflow/swift-apis Swift Add derivative tests for layers 7
tensorflow/swift-apis Swift Adding Test Cases for Layers in Layer.swift file 7
tensorflow/swift-apis Swift Support Advanced Layers 8
tensorflow/swift-apis Swift Swifty API discovery via '@available' on raw APIs. 8
tensorflow/swift-apis Swift Add preconditions 10
tensorflow/swift-apis Swift Add more optimizers and losses 16
huggingface/sam2-studio Swift Video support estimated release date? 26
pytorch/test-infra TypeScript Better highlight scheme for force merges 0
tensorflow/tfjs-tsne TypeScript Implement tensorToDataTexture in the GPU 0
ansible/ansible-ui TypeScript EDA-Server logo is not loading correctly on the login page when eda-server is installed via eda-server-operator 0
ansible/vscode-ansible TypeScript Add option to prefix all shell commands the plugin executes 0
decentraland/account TypeScript The withdrawal from Polygon modal styles are broken 0
decentraland/account TypeScript Change alias is shown when the user has no names 0
decentraland/account TypeScript Enhance transaction modals 0
decentraland/asset-packs TypeScript Fix hide image action 0
decentraland/atlas-server TypeScript Add a redirect or message with a link to the documentation at / 0
decentraland/auth TypeScript Migrate getAnalytics to useAnalytics Hook 0
decentraland/builder TypeScript Item badges have broken styles in the Third Party Collections detail page 0
decentraland/builder TypeScript Wrong items left to curate for third parties without items to curate 0
decentraland/builder TypeScript Third party checkboxes being grayed out but functional 0
decentraland/builder TypeScript Avoid letting the user click the Enable collection button if the enabling process is pending 0
decentraland/builder TypeScript I can sign the approve collection transaction and close the modal a few seconds after 0
decentraland/builder TypeScript [Names] Show error messages when setting a name as an alias or a link fails 0
decentraland/builder TypeScript The Editor pagination component redirects to the wrong page 0
decentraland/builder TypeScript Make the Catalyst deployment of non third party wearables queued 0
decentraland/builder TypeScript Add tests for ens module sagas 0
decentraland/builder TypeScript The item search bar in the third party collection view doesn't work 0
decentraland/builder TypeScript The loading slots icon breaks the header style while loading 0
decentraland/builder TypeScript Refactor the ConfirmDelete modal to be used everywhere a delete confirmation is needed 0
decentraland/builder TypeScript Curation table columns don't have enough padding 0
decentraland/builder TypeScript Rejecting the transaction in the approval modal shows an unreadable error 0
decentraland/builder TypeScript Closing the Metamask window when signing the TP approval doesn't show an error 0
decentraland/builder TypeScript Render the Merkle Tree root in the approval flow modal 0
decentraland/builder TypeScript Use the builder client to fetch the approval data 0
decentraland/builder TypeScript Fix disabled Dropdown Items not showing Popup component 0
decentraland/builder TypeScript Update TAC for publishing wearables 0
decentraland/builder TypeScript Add a search bar to the /collections list 0
decentraland/builder TypeScript Order items by blockchain Id in the builder 0
decentraland/builder TypeScript Multiple mints set invalid values 0
decentraland/builder TypeScript Show progress bar on Upload Files modal 0
decentraland/builder TypeScript Broken link on publish collection Content Policy 0
decentraland/builder TypeScript Add a tooltip to the publish button to explain the user what is needed to publish a collection 0
decentraland/builder-server TypeScript Stop accepting isPublished, isApproved, minters and managers properties 0
decentraland/builder-server TypeScript Stop accepting the id field for Collections on Collections creation 0
decentraland/builder-server TypeScript Replace isomorphic-fetch with node-fetch 0
decentraland/catalyst-client TypeScript Add missing endpoints to Lambdas Client (review the other clients) to keep it up to date 0
decentraland/creator-hub TypeScript Name tooltip too high when searching 0
decentraland/creator-hub TypeScript Option to rename folder 0
decentraland/creator-hub TypeScript Missing owner property on Worlds deployment 0
decentraland/creator-hub TypeScript Change selected item highlight effect 0
decentraland/creator-hub TypeScript Reorder scene list on landing 0
decentraland/creator-hub TypeScript Separate search results by category 0
decentraland/creator-hub TypeScript Row spacing in asset packs stretches in ugly way 0
decentraland/creator-hub TypeScript Publish status/history improvements 0
decentraland/creator-hub TypeScript Field width wide as longest option, not current value 0
decentraland/decentraland-connect TypeScript Remove unussed network rpc urls 0
decentraland/decentraland-connect TypeScript Unhandled PollingBlockTracker error crashes the explorer 0
decentraland/decentraland-connect TypeScript Remove unused files from the public release 0
decentraland/decentraland-connect TypeScript Consider tracking provider method usage 0
decentraland/decentraland-dapps TypeScript Support Trezor for meta txs 0
decentraland/decentraland-dapps TypeScript Make the track function add generic so we can type the action it supplies 0
decentraland/explorer TypeScript Add new AvatarModifier: Force camera mode 0
decentraland/explorer-website TypeScript Add prettier 0
decentraland/governance TypeScript Formatting within comments is not displayed correctly 0
decentraland/jump-site TypeScript [Jump Site] - Fix the thumbnails for the scenes and events are not correctly scaled. 0
decentraland/kernel TypeScript Move empty parcels to their own repository 0
decentraland/marketplace TypeScript Wait until all the profiles are loaded before showing the modal with list of users that picks the item 0
decentraland/marketplace TypeScript Move the view listing button from the rental box to the top card in the land management page 0
decentraland/marketplace TypeScript Add a message explaining how bids are going to be affected in the confirm rental listing modal 0
decentraland/marketplace TypeScript Add a link to the documentation in the confirm listing modal 0
decentraland/marketplace TypeScript Add a link to the operator's documentation in the confirm rent modal 0
decentraland/marketplace TypeScript Add a tooltip to the proceed button if the price is not set in the confirm rent modal 0
decentraland/marketplace TypeScript [Browse Page] Add Rarities + Collections filters 0
decentraland/marketplace TypeScript Check why 2 requests to fetch the store are sent at the same time 0
decentraland/marketplace TypeScript Move Mint Item functionality to the marketplace 0
decentraland/profile TypeScript User FTU to interact with avatar 0
decentraland/ui2 TypeScript Change JumpIn component behavior 0
decentraland/ui2 TypeScript UI issues in notifications 0
pytorch/probot TypeScript deprecation of number for octokit 1
decentraland/builder TypeScript Add a search bar to NAMEs list 1
decentraland/builder TypeScript Create auto-assign button on mint items from collection modal 1
decentraland/builder TypeScript Add +- buttons to number input in mint items from collection 1
decentraland/builder TypeScript Add link to documentation in the id field when creating TP collections 1
decentraland/builder TypeScript Assigned Parcel Name dissapears after changing language 1
decentraland/creator-hub TypeScript Need to click twice on "Create Scene" button to create the scene 1
decentraland/creator-hub TypeScript Duplicated items appear at the bottom of the list 1
decentraland/decentraland-dapps TypeScript Always show metamask button enable 1
decentraland/explorer TypeScript Switch to ?x=1&y=2 instead of ?position=1%C02 1
decentraland/explorer TypeScript Blocking error on console: "Warning: Unsupported graphics API WebGL 2.0" 1
decentraland/marketplace TypeScript Capitalize land filter words 1
decentraland/marketplace TypeScript Inject title and description for each page 1
canonical/charming-actions TypeScript Add microk8s.inspect? 1
huggingface/huggingface.js TypeScript Maximize button not working properly on Hosted inference API block 2
ansible/ansible-ui TypeScript Logo not loading correctly when building UI together with backend in a single image 2
decentraland/marketplace TypeScript It's hard to detect when the kebab menu of the ListCard is clickable 2
decentraland/marketplace TypeScript Show full name when hovering over Lands and Wearables 2
huggingface/chat-ui TypeScript Add option for users to customize search engines in settings page 3
huggingface/chat-ui TypeScript Chrome app icon on macOS 3
huggingface/chat-ui TypeScript Load past conversations using the most recent leaf to determine the visible conversation tree. 3
huggingface/chat-ui TypeScript System prompt not taken into account when web browsing. 3
ansible/vscode-ansible TypeScript Option to completely disable autocomplete 3
pytorch/test-infra TypeScript A better HUD menu for PyTorch repos family 4
decentraland/marketplace TypeScript Create a high order component that redirects to the Sign In Page if the user is not connected 4
pytorch/test-infra TypeScript Mergebot merged a PR even though a review had been re-requested 5
huggingface/chat-ui TypeScript Disabling Reasoning Summary as an Env Option 5
huggingface/huggingface.js TypeScript Tracking integration for Video Classification 8
ansible/ansible-ui TypeScript When job is running, selected EE is not visible in the UI, it appears only after it finishes 8
godotengine/godot-docs reStructuredText Object.get_meta & has_meta doc mentions is_valid_identifier but deprecated (prefer is_valid_ascii_identifier) 0
godotengine/godot-docs reStructuredText Add C# examples for custom BBCode 0
godotengine/godot-docs reStructuredText Parallax2D property descriptions do not specify units 1
godotengine/godot-docs reStructuredText make_canvas_position_local 1
godotengine/godot-docs reStructuredText Inconsistent code example between PhysicsShapeQueryParameters3D and PhysicsServer3D 1
godotengine/godot-docs reStructuredText Curve2D.get_closest_point() incorrectly documented 1
godotengine/godot-docs reStructuredText Viewport "use_hdr_2d" documentation point unclear 2
godotengine/godot-docs reStructuredText Physics2DDirectSpaceState does not specify local or global coordinates 2
godotengine/godot-docs reStructuredText PhysicsDirectSpaceState2D.get_rest_info claims not to use query motion but it does 4
godotengine/godot-docs reStructuredText Control class page doesn't mention ".release_focus()" in intro 4
godotengine/godot-docs reStructuredText WorkerThreadPool docs do not specify how Thread count is set 4

About

Find Good First Issues to start collaborating in Open-Source.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages