Sambhav Dixit
Sambhav Dixit
I am attempting to develop an annotation tool using this library , but can't seem to find any projects or demonstrations to save the annotations . perhaps you could give...
…rt issue#350 fixes #350 added conditional , that recognises a single word artist name different from one with a last name .In such cases, the code generates initials for this...
## Description: This PR introduces a new preprocess function designed to streamline the data cleaning and validation process. This function reads input data and site coordinates, validates the presence of...
## Description Added support for Pieces OS as a new LLM provider in Continue. This integration allows users to utilize Pieces OS for completions and other supported operations within the...
This PR aims to address the issue #238 ## What I Did 1. Created a new folder `@metal` with the following files: - `inference.py` - `metal_kernel_compiler.py` - `metal_model_shard.py` - `swift_code_generator.py`...
## Description This PR introduces an enhancement to the search functionality in the paginate function, allowing for more flexible and powerful searches across multiple columns. ## Changes Made - Modified...
## Description The simulator's IMU sensors were not being populated with realistic values, causing issues with: - locationd calibration - paramsd steering angle offset learning - overall vehicle control accuracy...
# Implement ensure_weight_tying for trainable_token_indices ## Summary This PR implements consistent weight tying behavior for `trainable_token_indices` as specified in issue #2864. It extends the `ensure_weight_tying` parameter (introduced in PR #2803)...
# WoRA (Weighted-Direction Low-Rank Adaptation) Implementation for PEFT ## Summary This pull request adds support for **WoRA (Weighted-Direction Low-Rank Adaptation)**, a novel extension of DoRA that introduces learnable scalar parameters...