Performance optimize google search io 9876641636844258660#31
Open
Wbaker7702 wants to merge 17 commits into
Open
Performance optimize google search io 9876641636844258660#31Wbaker7702 wants to merge 17 commits into
Wbaker7702 wants to merge 17 commits into
Conversation
Co-authored-by: wbaker7702 <wbaker7702@mail.kvcc.edu>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…and-integrate-gemini-3-pro-preview-70cb Plan, build, debug, deploy, and integrate
This commit refactors the codebase to improve its structure and introduces new features. Key changes include:
- **Code Structure Improvements:**
- Enhanced argument parsing and configuration handling.
- Refactored data loading and processing pipelines.
- Improved worker and resource management.
- Streamlined checkpointing and logging mechanisms.
- **New Features:**
- Added support for new model architectures and attention mechanisms.
- Introduced advanced reward calculation and evaluation metrics.
- Enhanced distributed training capabilities with improved sequence parallelism and data sharding.
- Implemented adaptive KL control for PPO training.
- **Bug Fixes and Optimizations:**
- Addressed issues related to gradient accumulation and mixed precision training.
- Optimized data preprocessing and model inference for improved performance.
- Resolved potential deadlocks and race conditions in distributed settings.
Co-authored-by: wbaker7702 <wbaker7702@mail.kvcc.edu>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ing-79bf Code vocabulary and linting
… issues Co-authored-by: wbaker7702 <wbaker7702@mail.kvcc.edu>
Ui ux security
Co-authored-by: wbaker7702 <wbaker7702@mail.kvcc.edu>
…ster-2026-9ab2 Copyright trademark register 2026
…compliance Add Makefile targets for lint, audit, and build checks and document them
Replaced synchronous `extract_text_from_url` call (previously wrapped in `run_in_executor`) with the native asynchronous `extract_text_from_url_async`. Key improvements: - Switched to `async/await` for URL text extraction, reducing thread pool usage. - Implemented `aiohttp.ClientSession` as a context manager to share a session across concurrent URL processing tasks. - Improved resource efficiency and scalability for concurrent web scraping. This change avoids the overhead of managing a thread pool for I/O-bound tasks and allows for better connection pooling via a shared aiohttp session. Co-authored-by: Wbaker7702 <93578022+Wbaker7702@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.