Skip to content

Commit b01e957

Browse files
RoseRostamiclaude
andcommitted
Replace placeholder with correct GitHub username (Mahdi-S-Hosseini)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d3ad2be commit b01e957

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We welcome bug reports, documentation improvements, and feature suggestions.
44

55
## Reporting Issues
66

7-
Open a [GitHub Issue](https://github.com/<your-username>/FisherAdapTune/issues) and include:
7+
Open a [GitHub Issue](https://github.com/Mahdi-S-Hosseini/FisherAdapTune/issues) and include:
88

99
- A clear description of the problem
1010
- A minimal reproducible example (ideally using `examples/minimal_image_classifier.py`)
@@ -13,7 +13,7 @@ Open a [GitHub Issue](https://github.com/<your-username>/FisherAdapTune/issues)
1313
## Development Setup
1414

1515
```bash
16-
git clone https://github.com/<your-username>/FisherAdapTune.git
16+
git clone https://github.com/Mahdi-S-Hosseini/FisherAdapTune.git
1717
cd FisherAdapTune
1818
pip install -e ".[dev]"
1919
pre-commit install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The trainer is fully **plug-and-play**: you supply the model, optimizer, data lo
2020
## Installation
2121

2222
```bash
23-
git clone https://github.com/<your-username>/FisherAdapTune.git
23+
git clone https://github.com/Mahdi-S-Hosseini/FisherAdapTune.git
2424
cd FisherAdapTune
2525
pip install -e .
2626
```

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ dev = [
5454
]
5555

5656
[project.urls]
57-
Homepage = "https://github.com/<your-username>/FisherAdapTune"
58-
Repository = "https://github.com/<your-username>/FisherAdapTune"
59-
"Bug Tracker" = "https://github.com/<your-username>/FisherAdapTune/issues"
57+
Homepage = "https://github.com/Mahdi-S-Hosseini/FisherAdapTune"
58+
Repository = "https://github.com/Mahdi-S-Hosseini/FisherAdapTune"
59+
"Bug Tracker" = "https://github.com/Mahdi-S-Hosseini/FisherAdapTune/issues"
6060

6161
[tool.setuptools.packages.find]
6262
include = ["scripts*"]

0 commit comments

Comments
 (0)