Commit Graph

2889 Commits

Author SHA1 Message Date
Jintao Huang
50a7391d2f update swift docker 2025-10-20 20:34:33 +08:00
Jintao Huang
fb57a99c57 Merge branch 'release/1.31' into build_swift_image 2025-10-20 20:25:55 +08:00
Jintao Huang
5d26dc8805 fix gpu/cpu docker 2025-10-16 15:12:40 +08:00
Jintao Huang
1ec7d15e5c fix docker v1.31.0 2025-10-15 16:54:50 +08:00
Jintao Huang
b015087953 fix llm docker 2025-10-15 00:03:39 +08:00
Jintao Huang
144bea1962 fix 2025-10-14 20:53:25 +08:00
Jintao Huang
36df4a492a fix llm/cpu awq 2025-10-14 13:53:04 +08:00
Jintao Huang
966ce121f5 fix gpu docker 2025-10-13 16:25:11 +08:00
Jintao Huang
5a7e52c2f4 fix 2025-10-13 14:46:52 +08:00
Jintao Huang
b5c33c2e53 fix cpu/llm docker 2025-10-13 14:28:45 +08:00
Jintao Huang
fd98e3d82c fix llm image 2025-10-11 01:55:01 +08:00
Jintao Huang
49025d2b71 fix gpu image 2025-10-10 15:13:46 +08:00
Jintao Huang
1e51bdc243 update docker 2025-10-10 14:37:44 +08:00
Jintao Huang
44b00d55ee bump version 2025-10-10 14:12:07 +08:00
Xingjun.Wang
b4c9418dd9 Feat/add official tag (#1509) 2025-10-10 13:50:09 +08:00
tastelikefeet
38a89111f7 fix tokenizer download (#1516) 2025-10-10 13:48:04 +08:00
Jintao Huang
0ea2047b97 update qwen_vl_utils version 2025-10-01 20:52:53 +08:00
Jintao Huang
05ae34f8e4 update swift docker 2025-10-01 18:11:42 +08:00
weedge
7a37e99b6b Update ans_dfsmn_pipeline.py (#1510) 2025-09-28 10:36:22 +08:00
Michael B. Currie
795e76bbfe Update constants.py (#1512)
Avoid SyntaxError: invalid escape sequence '\ '

to check this, run `python -W error` and then type these lines:

```python
MODELSCOPE_ASCII = """
 _   .-')                _ .-') _     ('-.             .-')                              _ (`-.    ('-.
( '.( OO )_             ( (  OO) )  _(  OO)           ( OO ).                           ( (OO  ) _(  OO)
 ,--.   ,--.).-'),-----. \     .'_ (,------.,--.     (_)---\_)   .-----.  .-'),-----.  _.`     \(,------.
 |   `.'   |( OO'  .-.  ',`'--..._) |  .---'|  |.-') /    _ |   '  .--./ ( OO'  .-.  '(__...--'' |  .---'
 |         |/   |  | |  ||  |  \  ' |  |    |  | OO )\  :` `.   |  |('-. /   |  | |  | |  /  | | |  |
 |  |'.'|  |\_) |  |\|  ||  |   ' |(|  '--. |  |`-' | '..`''.) /_) |OO  )\_) |  |\|  | |  |_.' |(|  '--.
 |  |   |  |  \ |  | |  ||  |   / : |  .--'(|  '---.'.-._)   \ ||  |`-'|   \ |  | |  | |  .___.' |  .--'
 |  |   |  |   `'  '-'  '|  '--'  / |  `---.|      | \       /(_'  '--'\    `'  '-'  ' |  |      |  `---.
 `--'   `--'     `-----' `-------'  `------'`------'  `-----'    `-----'      `-----'  `--'      `------'
"""# noqa

MODELSCOPE_ASCII2 = r"""
 _   .-')                _ .-') _     ('-.             .-')                              _ (`-.    ('-.
( '.( OO )_             ( (  OO) )  _(  OO)           ( OO ).                           ( (OO  ) _(  OO)
 ,--.   ,--.).-'),-----. \     .'_ (,------.,--.     (_)---\_)   .-----.  .-'),-----.  _.`     \(,------.
 |   `.'   |( OO'  .-.  ',`'--..._) |  .---'|  |.-') /    _ |   '  .--./ ( OO'  .-.  '(__...--'' |  .---'
 |         |/   |  | |  ||  |  \  ' |  |    |  | OO )\  :` `.   |  |('-. /   |  | |  | |  /  | | |  |
 |  |'.'|  |\_) |  |\|  ||  |   ' |(|  '--. |  |`-' | '..`''.) /_) |OO  )\_) |  |\|  | |  |_.' |(|  '--.
 |  |   |  |  \ |  | |  ||  |   / : |  .--'(|  '---.'.-._)   \ ||  |`-'|   \ |  | |  | |  .___.' |  .--'
 |  |   |  |   `'  '-'  '|  '--'  / |  `---.|      | \       /(_'  '--'\    `'  '-'  ' |  |      |  `---.
 `--'   `--'     `-----' `-------'  `------'`------'  `-----'    `-----'      `-----'  `--'      `------'
"""# noqa

```

The first will yield a `SyntaxError: invalid escape sequence '\ '`

But the second treats it as a raw string literal, and has no warnings.
2025-09-28 10:34:24 +08:00
Xingjun.Wang
fac25b8190 Fix get_domain and endpoint (#1511) 2025-09-23 14:04:20 +08:00
Xingjun.Wang
08686f4419 update timeout for checking model revision (#1507) 2025-09-19 17:51:32 +08:00
Jintao Huang
4edcf3ec9d fix sh 2025-09-16 22:26:26 +08:00
Jintao
2f3ac0fcd2 [docker] update swift docker (#1502) 2025-09-16 12:49:29 +08:00
Jintao Huang
4ebfecb6cb update swift docker 2025-09-16 00:07:44 +08:00
Jintao Huang
0bcefbe08a Merge branch 'release/1.29' into build_swift_image 2025-09-16 00:02:12 +08:00
Koko-ry
8d25fbfd0b Fix model tag des (#1500) 2025-09-15 17:09:59 +08:00
Gongsheng Li
6f2eea8419 Fix invalid revision in repo_info (#1496) 2025-09-15 16:36:58 +08:00
Koko-ry
593701e207 fix aigc endpoint (#1494) 2025-09-11 15:11:42 +08:00
Xingjun.Wang
1c1c927e5f update utils for lint (#1493) 2025-09-08 21:42:44 +08:00
Koko-ry
a197ab02d0 Fix/upload base64 (#1492) 2025-09-08 21:20:24 +08:00
Gongsheng Li
4733d5374b add support for siblings field in repo_info (#1490) 2025-09-08 17:22:29 +08:00
Koko-ry
5fdb4f317e add create model tag (#1487) 2025-09-08 17:01:35 +08:00
tastelikefeet
fed18f0d47 fix models with the latest transformers (#1491) 2025-09-08 16:08:21 +08:00
tastelikefeet
294867568f bump version v1.29.2 2025-09-02 17:50:12 +08:00
tastelikefeet
7aa1726560 Merge commit '2fc6d8e82229e6bd4af9cefc362a0cad95c43227' into release/1.29 2025-09-02 17:47:17 +08:00
Gongsheng Li
2fc6d8e822 Feat/support repo info (#1483) 2025-08-29 17:23:46 +08:00
Xingjun.Wang
32685cfd8c Fix:save_cached_files for sync dumping (#1484) 2025-08-29 13:45:15 +08:00
xingjun.wxj
806a896ba6 ok Merge branch 'master' of github.com:modelscope/modelscope into release/1.29 2025-08-28 14:50:20 +08:00
Xingjun.Wang
d687cb8a51 Fix: add error log for validate_blob and upload_blob (#1482) 2025-08-28 14:49:50 +08:00
xingjun.wxj
dc68fb04c1 ok Merge branch 'master' of github.com:modelscope/modelscope into release/1.29 2025-08-27 01:36:16 +08:00
Xingjun.Wang
b6e544949d Fix/upload commit (#1459) 2025-08-27 01:33:26 +08:00
tastelikefeet
1ba50c412f bump version v1.29.1 2025-08-23 11:26:43 +08:00
tastelikefeet
3abd60880a Merge branch 'master' into release/1.29
# Conflicts:
#	docker/install.sh
2025-08-23 11:16:50 +08:00
tastelikefeet
a5039281d3 skip aigc test (#1476) 2025-08-23 11:12:35 +08:00
tastelikefeet
a2c0673571 support patch intern and deepseek (#1475) 2025-08-23 10:43:56 +08:00
tastelikefeet
6b70c8b577 Merge 1.29 to master (#1469) 2025-08-18 13:51:00 +08:00
tastelikefeet
e4424368f6 Merge commit '7bb94a3cf1dc864a0bf290e53d3917aef2781741' into release/1.29 2025-08-18 11:44:02 +08:00
Jintao Huang
9aff186f75 fix swift docker 2025-08-17 18:11:36 +08:00
tastelikefeet
d224209fd5 fix script 2025-08-17 11:09:01 +08:00