Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ This is a custom architecture, so `AutoModel.from_pretrained` will not load it.
|
|
| 28 |
Clone the codebase and use its loader:
|
| 29 |
|
| 30 |
```bash
|
| 31 |
-
git clone https://github.com/
|
| 32 |
```
|
| 33 |
|
| 34 |
Before loading, replace the placeholder paths in `config.json` (`/your_local_path/...`) with `deepseek-ai/deepseek-coder-1.3b-instruct` (or a local copy) and `google/siglip-so400m-patch14-384` (or a local copy).
|
|
|
|
| 28 |
Clone the codebase and use its loader:
|
| 29 |
|
| 30 |
```bash
|
| 31 |
+
git clone https://github.com/Zhihan72/CharLuMA
|
| 32 |
```
|
| 33 |
|
| 34 |
Before loading, replace the placeholder paths in `config.json` (`/your_local_path/...`) with `deepseek-ai/deepseek-coder-1.3b-instruct` (or a local copy) and `google/siglip-so400m-patch14-384` (or a local copy).
|