"test/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "fb2f9538c5877c1529528a4d9067ea3ec3969aea"
Commit 8f291a96 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: latest removed from tagName

parent 954bba9d
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
num_ctx: '' num_ctx: ''
}; };
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : ''; $: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
$: if (!raw) { $: if (!raw) {
content = `FROM ${model} content = `FROM ${model}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment