We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df31275 commit 79a630cCopy full SHA for 79a630c
.github/workflows/build.yml
@@ -826,6 +826,7 @@ jobs:
826
827
windows-2022-cmake-cuda:
828
runs-on: windows-2022
829
+ if: false
830
831
strategy:
832
matrix:
src/models.cpp
@@ -629,6 +629,7 @@ namespace chatllm
629
public:
630
static const int ABORT = -1;
631
Sampler() : penalty() {}
632
+ virtual ~Sampler() = default;
633
634
Sampler(const GenerationConfig &gen_config)
635
: penalty(gen_config)
0 commit comments