Skip to content

Commit

Permalink
fix: malformed keep.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Jul 18, 2024
1 parent 7ecfe53 commit e6b1de1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/models/keep.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@raw/llama3tokenizer"/>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:keep="@raw/*"/>
</resources>

0 comments on commit e6b1de1

Please sign in to comment.