Skip to content

Commit

Permalink
comment unsafeFlags(["-DGGML_QKK_64"])
Browse files Browse the repository at this point in the history
  • Loading branch information
guinmoon committed Jul 24, 2023
1 parent 3f086a1 commit 0fe3703
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 64 deletions.
10 changes: 0 additions & 10 deletions config_examples/dolly-3b.json

This file was deleted.

13 changes: 0 additions & 13 deletions config_examples/openllama 3b 1T.json

This file was deleted.

10 changes: 0 additions & 10 deletions config_examples/pythia-2.8b.json

This file was deleted.

11 changes: 0 additions & 11 deletions config_examples/pythia-70m-q5_1.json

This file was deleted.

19 changes: 0 additions & 19 deletions config_examples/stablelm-tuned-alpha-3b.json

This file was deleted.

2 changes: 1 addition & 1 deletion llmfarm_core.swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
// .unsafeFlags(["-mcpu=native"]),
.unsafeFlags(["-mfma","-mfma","-mavx","-mavx2","-mf16c","-msse3"]),
.unsafeFlags(["-DGGML_USE_K_QUANTS"]),
.unsafeFlags(["-DGGML_QKK_64"]),
// .unsafeFlags(["-DGGML_QKK_64"]),
.unsafeFlags(["-DGGML_USE_ACCELERATE"]),
.unsafeFlags(["-DGGML_USE_METAL"]),
// .unsafeFlags(["-DExternalMetal"]),
Expand Down

0 comments on commit 0fe3703

Please sign in to comment.