Commit 0f5f162
fix: correct HF authentication format with configurable token name
- Fix git URL to use correct Hugging Face authentication format
- Add HF_TOKEN_NAME environment variable for token name configuration
- Use token name instead of username for git authentication
- Update instructions to include token name configuration
- Should resolve authentication failed error in deployment
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent eb818c1 commit 0f5f162
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
0 commit comments