Skip to content

Commit 79a630c

Browse files
committed
fix issue #72; skip some CI actions.
1 parent df31275 commit 79a630c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ jobs:
826826
827827
windows-2022-cmake-cuda:
828828
runs-on: windows-2022
829+
if: false
829830

830831
strategy:
831832
matrix:

src/models.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ namespace chatllm
629629
public:
630630
static const int ABORT = -1;
631631
Sampler() : penalty() {}
632+
virtual ~Sampler() = default;
632633

633634
Sampler(const GenerationConfig &gen_config)
634635
: penalty(gen_config)

0 commit comments

Comments
 (0)