Skip to content

Commit 6a92da0

Browse files
committed
Build : Fixed version model v3
1 parent 2ab13c9 commit 6a92da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sentiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/cache@v3
3636
with:
3737
path: SaveModel/
38-
key: ${{ runner.os }}-sentiment-model-v2 # 모델 v2
38+
key: ${{ runner.os }}-sentiment-model-v3 # 모델 v3
3939
restore-keys: |
4040
${{ runner.os }}-sentiment-model-
4141

0 commit comments

Comments
 (0)