- Valencia, Spain
- https://www.linkedin.com/in/carlosmocholi
Block or Report
Block or report carmocca
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Lightning-AI/lightning Public
Build and train PyTorch models and connect them to the ML lifecycle using Lightning App templates, without handling DIY infrastructure, cost management, scaling, and other headaches.
-
jpuigcerver/PyLaia Public
A deep learning toolkit specialized for handwritten document analysis
-
Lightning-AI/lightning-flash Public
Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
-
-
Lightning-AI/lightning-transformers Public archive
Flexible components pairing
🤗 Transformers with⚡ Pytorch Lightning
3,039 contributions in the last year
Activity overview
Contribution activity
December 2022
Created 120 commits in 4 repositories
Created a pull request in Lightning-AI/lightning that received 5 comments
Opened 36 other pull requests in 4 repositories
Lightning-AI/lightning
2
open
26
merged
- Sync with master changes
-
Avoid
relpathbug on Windows -
Avoid using the deprecated
LooseVersion -
Add
amp_scaling_state(apex) migration - Remove deprecated items from api reference
- Remove horovod
- Remove nivida/apex
-
Remove the deprecated
pl.loops.basemodule -
Deprecate the
HorovodStrategy -
Remove support for
LightningCLI(seed_everything_default=None) - Sync debug branch with master changes
-
Remove the deprecated
Trainer.reset_train_val_dataloaders -
Remove the deprecated
pl.loggers.basemodule -
Remove the deprecated
pl.utilities.climodule - Better check for programmatic lightningignore
-
Clarify
work.stop()limitation -
Load the app before setting
LIGHTNING_DISPATCHED - Drop FairScale sharded parity tests
- Remove the deprecated profiler imports
- Avoid deprecated Lite import
- Load app before setting LIGHTNING_DISPATCHED
-
Remove the deprecated
GPUAccelerator -
Remove the deprecated
LightningDeepSpeedModule - Deprecate nvidia/apex
- Remove deperecated code in pl.utilities.meta
- Some pull requests not shown.
Lightning-AI/LAI-Text-Classification-Component
4
merged
1
closed
Lightning-AI/Finetune-miniLM
1
merged
1
closed
Lightning-AI/probot
1
merged
Reviewed 80 pull requests in 5 repositories
Lightning-AI/lightning
25 pull requests
-
Avoid
relpathbug on Windows - unify extras & minor CI cleaning: move env. var
- Logger support in Lite
-
Avoid using the deprecated
LooseVersion -
Error handling for
accelerator="mps"andddpstrategy pairing -
Add
amp_scaling_state(apex) migration -
Deprecate
auto_select_gpus - Fix broken link in "Build a Model" section of docs
- Remove nivida/apex
- Small fix in test_cli.py to avoid failure with future version of jsonargparse
- Show tf32 info only on rank 0
- Remove horovod
- fixing install from src package & CI release
- [App] Fix e2e tests
- drop colossalai from testing as no stable release yet
- Move Logger utilities from PL to Lite
- [App] Remove outdated warning from cloud requirements
- Rewrite logger utility tests without Trainer dependency
- ci: adjust version in all requirements
- docs: drop redundant defaults
- Sync debug branch with master changes
- CI: settle file names
- Distributed sampling parity between Lite and PyTorch
- Update torchvision requirement from <=0.14.0,>=0.11.1 to >=0.11.1,<0.15.0 in /requirements
- add 1.13.1 to adjust versions
- Some pull request reviews not shown.
Lightning-AI/utilities
4 pull requests
minimaxir/aitextgen
1 pull request
Lightning-AI/Finetune-miniLM
1 pull request
Lightning-AI/LAI-Text-Classification-Component
1 pull request
Created an issue in Lightning-AI/lightning that received 2 comments
Running the cloud tests opens the UI
Bug description
Running tests that use CloudRuntime.dispatch will open a ton of browser tabs.
This is caused by the open_ui = True default set in #…




