forked from gkalab/chessenginesupport-androidlib
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have the engine access weights from external storage
- Loading branch information
Showing
10 changed files
with
121 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
android.enableJetifier=true | ||
android.useAndroidX=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-11.9 MB
(10%)
LeelaChessEngine/leelaChessEngine/src/main/jniLibs/arm64-v8a/liblc0.so
Binary file not shown.
Binary file modified
BIN
-11.5 MB
(8.0%)
LeelaChessEngine/leelaChessEngine/src/main/jniLibs/armeabi-v7a/liblc0.so
Binary file not shown.
Binary file not shown.
5 changes: 3 additions & 2 deletions
5
LeelaChessEngine/leelaChessEngine/src/main/res/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Leela Chess Zero Engine</string> | ||
<string name="app_name">Leela Chess Zero</string> | ||
<string name="network_weights">591226</string> | ||
<string name="includes_the_following_engines">This package provides the Leela Chess Zero engine.</string> | ||
<string name="to_use_them">To use it, you need a chess application compatible with the Open Exchange protocol.</string> | ||
<string name="released_under">Leela Chess Zero is released under the terms of the GNU General Public License v3</string> | ||
<string name="build">Build</string> | ||
<string name="source_code">https://github.com/LeelaChessZero/lc0</string> | ||
<string name="source_code">https://github.com/LeelaChessZero</string> | ||
<string name="storage_permission">To function properly, the engine needs to access its network weights file from the local storage. Please give storage permission to this application.</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters