-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Tokenizers #687
Add Tokenizers #687
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70f867a - Browse repository at this point
Copy the full SHA 70f867aView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fac3de - Browse repository at this point
Copy the full SHA 1fac3deView commit details
Commits on May 2, 2023
-
Started to migrate to extension-only support of string operations wit…
…h and without string support in OV core. Moved StringTensorUnpack and reworked it to be aligned with the new approach. Reworked sentece piece op and translation code to be compatible with several variants of string tensor representation and the plugin wrapping hack.
Configuration menu - View commit details
-
Copy full SHA for 821dee5 - Browse repository at this point
Copy the full SHA 821dee5View commit details
Commits on May 10, 2023
-
Started to merge string/tokenizer related stuff from a dedicated OV b…
…ranch to contrib in form compatible with both master and the branch with string tensors support. Added CaseFoldUTF8 from that branch.
Configuration menu - View commit details
-
Copy full SHA for b9b0693 - Browse repository at this point
Copy the full SHA b9b0693View commit details -
Configuration menu - View commit details
-
Copy full SHA for c785ec1 - Browse repository at this point
Copy the full SHA c785ec1View commit details
Commits on May 11, 2023
-
Added a stub for RegexNormalization operation, WA for CPU bug with em…
…pty constants, register StringTensorPack and StringTensorUnpack as OV operations to be able to read IRs with those operations
Configuration menu - View commit details
-
Copy full SHA for 1d129ac - Browse repository at this point
Copy the full SHA 1d129acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71bc5bf - Browse repository at this point
Copy the full SHA 71bc5bfView commit details
Commits on May 12, 2023
-
Added RaggedTensorPack, sophisticated stup for RegexSplit and overrid…
…den Const translator for TF to intercept string constants
Configuration menu - View commit details
-
Copy full SHA for 6c5eec0 - Browse repository at this point
Copy the full SHA 6c5eec0View commit details
Commits on May 15, 2023
-
Fixes for both master and element::string branches of OpenVINO; bette…
…r conditional compilation based on available features in OpenVINO
Configuration menu - View commit details
-
Copy full SHA for 29dfe38 - Browse repository at this point
Copy the full SHA 29dfe38View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40063c1 - Browse repository at this point
Copy the full SHA 40063c1View commit details
Commits on May 17, 2023
-
Implemented a stub for WordpieceTokenizer. Supported conversion of a …
…combination of WordpieceTokenizeWithOffsets and LookupTableFindV2 from TensorFlow
Configuration menu - View commit details
-
Copy full SHA for cc47b12 - Browse repository at this point
Copy the full SHA cc47b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7644231 - Browse repository at this point
Copy the full SHA 7644231View commit details
Commits on May 18, 2023
-
Define default values for custom operations attributes to make attrib…
…ute initialization optional (needed for core.make_node)
Configuration menu - View commit details
-
Copy full SHA for 80b8023 - Browse repository at this point
Copy the full SHA 80b8023View commit details
Commits on May 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46c82b8 - Browse repository at this point
Copy the full SHA 46c82b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ca2ab - Browse repository at this point
Copy the full SHA d7ca2abView commit details -
Implemented RaggedToDense always in pad_right=true mode and with bool…
…ean mask extra output
Configuration menu - View commit details
-
Copy full SHA for 2baac3d - Browse repository at this point
Copy the full SHA 2baac3dView commit details
Commits on May 23, 2023
-
Provided real implementations for NormalizeUnicode, RegexNormalizatio…
…n and RegexSplit based on paddle fast_tokenizer lib. Limited implementation, not all of the features of ops and TF translated ops are implemented.
Configuration menu - View commit details
-
Copy full SHA for d270dd6 - Browse repository at this point
Copy the full SHA d270dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119d6e9 - Browse repository at this point
Copy the full SHA 119d6e9View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d4ad89 - Browse repository at this point
Copy the full SHA 4d4ad89View commit details -
Added modified version of HF tokenizer parser from Artur; implemented…
… necessary steps to complete HF bert preprocessing conversion (not validated)
Configuration menu - View commit details
-
Copy full SHA for f4eee84 - Browse repository at this point
Copy the full SHA f4eee84View commit details -
Renamed apply_tokenizer to connect_tokeniser and removed obsolete han…
…dling of model name
Configuration menu - View commit details
-
Copy full SHA for 1e50352 - Browse repository at this point
Copy the full SHA 1e50352View commit details
Commits on May 31, 2023
-
CombineSegments is implemented, used in HF converter. Stitching of to…
…kenizer and main model is fixed partially (still produces topologically incorrect model)
Configuration menu - View commit details
-
Copy full SHA for 0966b8a - Browse repository at this point
Copy the full SHA 0966b8aView commit details -
Fixed stitching of two models by connecting with names of inputs/outp…
…uts, now Bert and its tokenizer are connected together correctly
Configuration menu - View commit details
-
Copy full SHA for 61d7983 - Browse repository at this point
Copy the full SHA 61d7983View commit details
Commits on Jun 1, 2023
-
WA for CPU bug with scalar inputs, correct truncation and dynamic pad…
…ding, fix bugs for batches processing
Configuration menu - View commit details
-
Copy full SHA for 5609ee6 - Browse repository at this point
Copy the full SHA 5609ee6View commit details -
Fixed conversion of HF tokenizer if part of outputs are omitted. Disa…
…bled debug output
Configuration menu - View commit details
-
Copy full SHA for 062acf3 - Browse repository at this point
Copy the full SHA 062acf3View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f772dc - Browse repository at this point
Copy the full SHA 0f772dcView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10e3d18 - Browse repository at this point
Copy the full SHA 10e3d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for c413cb6 - Browse repository at this point
Copy the full SHA c413cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8994c - Browse repository at this point
Copy the full SHA 8c8994cView commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8750ae6 - Browse repository at this point
Copy the full SHA 8750ae6View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be6dc3f - Browse repository at this point
Copy the full SHA be6dc3fView commit details
Commits on Jun 29, 2023
-
Add decoding step, BytesToChars refactoring
Has a bug with internal dimension for VocabNode
Configuration menu - View commit details
-
Copy full SHA for e4dcdda - Browse repository at this point
Copy the full SHA e4dcddaView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b45e5ec - Browse repository at this point
Copy the full SHA b45e5ecView commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f03ed0 - Browse repository at this point
Copy the full SHA 5f03ed0View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a65502 - Browse repository at this point
Copy the full SHA 2a65502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e34b92 - Browse repository at this point
Copy the full SHA 2e34b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f9110 - Browse repository at this point
Copy the full SHA a6f9110View commit details -
Restructured sentence_piece directory to tokenizer directory: split a…
…ll ops, translators and helper into individual files. To build use tokenizer custom op name in cmake instead of sentence_piece.
Configuration menu - View commit details
-
Copy full SHA for 5c29254 - Browse repository at this point
Copy the full SHA 5c29254View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8d0e0d - Browse repository at this point
Copy the full SHA f8d0e0dView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10c10c5 - Browse repository at this point
Copy the full SHA 10c10c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb12f8 - Browse repository at this point
Copy the full SHA 4eb12f8View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5efaf0 - Browse repository at this point
Copy the full SHA c5efaf0View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 239acc4 - Browse repository at this point
Copy the full SHA 239acc4View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38552b0 - Browse repository at this point
Copy the full SHA 38552b0View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 597ccd4 - Browse repository at this point
Copy the full SHA 597ccd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6933b7 - Browse repository at this point
Copy the full SHA e6933b7View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd7f9d9 - Browse repository at this point
Copy the full SHA bd7f9d9View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99c603f - Browse repository at this point
Copy the full SHA 99c603fView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6cc9b36 - Browse repository at this point
Copy the full SHA 6cc9b36View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 973c52d - Browse repository at this point
Copy the full SHA 973c52dView commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fa02b2 - Browse repository at this point
Copy the full SHA 1fa02b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37f89d - Browse repository at this point
Copy the full SHA e37f89dView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88bf7c6 - Browse repository at this point
Copy the full SHA 88bf7c6View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb1b57a - Browse repository at this point
Copy the full SHA bb1b57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4be05 - Browse repository at this point
Copy the full SHA 6b4be05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539797f - Browse repository at this point
Copy the full SHA 539797fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c3e09 - Browse repository at this point
Copy the full SHA 79c3e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203ffbb - Browse repository at this point
Copy the full SHA 203ffbbView commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45c0068 - Browse repository at this point
Copy the full SHA 45c0068View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 372465b - Browse repository at this point
Copy the full SHA 372465bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64567ea - Browse repository at this point
Copy the full SHA 64567eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f54076e - Browse repository at this point
Copy the full SHA f54076eView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c42d1bd - Browse repository at this point
Copy the full SHA c42d1bdView commit details
Commits on Oct 11, 2023
-
Add Full Pipeline example for Sentencepiece
Move greedy decoding pipeline from detokenizer to model
Configuration menu - View commit details
-
Copy full SHA for 8b29443 - Browse repository at this point
Copy the full SHA 8b29443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee3707 - Browse repository at this point
Copy the full SHA 2ee3707View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b57fcc - Browse repository at this point
Copy the full SHA 4b57fccView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 803d831 - Browse repository at this point
Copy the full SHA 803d831View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72f6d9f - Browse repository at this point
Copy the full SHA 72f6d9fView commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 386cb02 - Browse repository at this point
Copy the full SHA 386cb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bd05f - Browse repository at this point
Copy the full SHA 79bd05fView commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24a60b3 - Browse repository at this point
Copy the full SHA 24a60b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01afee - Browse repository at this point
Copy the full SHA f01afeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b22569f - Browse repository at this point
Copy the full SHA b22569fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96673f5 - Browse repository at this point
Copy the full SHA 96673f5View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e7ae87 - Browse repository at this point
Copy the full SHA 0e7ae87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebdb1f - Browse repository at this point
Copy the full SHA 5ebdb1fView commit details
Commits on Oct 23, 2023
-
Update modules/custom_operations/user_ie_extensions/tokenizer/utils.cpp
Co-authored-by: Zlobin Vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a55877 - Browse repository at this point
Copy the full SHA 6a55877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d5159 - Browse repository at this point
Copy the full SHA 06d5159View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa5360d - Browse repository at this point
Copy the full SHA fa5360dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e855193 - Browse repository at this point
Copy the full SHA e855193View commit details -
Configuration menu - View commit details
-
Copy full SHA for d495d3b - Browse repository at this point
Copy the full SHA d495d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7bebd0 - Browse repository at this point
Copy the full SHA d7bebd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e35ed - Browse repository at this point
Copy the full SHA b2e35edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f81bd18 - Browse repository at this point
Copy the full SHA f81bd18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd23b5 - Browse repository at this point
Copy the full SHA 0bd23b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ac9f8 - Browse repository at this point
Copy the full SHA 12ac9f8View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e6ae6f - Browse repository at this point
Copy the full SHA 9e6ae6fView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5d2d4c - Browse repository at this point
Copy the full SHA f5d2d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf039b9 - Browse repository at this point
Copy the full SHA cf039b9View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 795306d - Browse repository at this point
Copy the full SHA 795306dView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c200c2 - Browse repository at this point
Copy the full SHA 9c200c2View commit details
Commits on Oct 31, 2023
-
Merge pull request #1 from ilya-lavrenov/tokenizer-fix-decode
Compile fast_tokenizers from source code
Configuration menu - View commit details
-
Copy full SHA for 0e9b960 - Browse repository at this point
Copy the full SHA 0e9b960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95aa47c - Browse repository at this point
Copy the full SHA 95aa47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1de338 - Browse repository at this point
Copy the full SHA e1de338View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23e59b - Browse repository at this point
Copy the full SHA f23e59bView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbec117 - Browse repository at this point
Copy the full SHA dbec117View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce25397 - Browse repository at this point
Copy the full SHA ce25397View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d46f594 - Browse repository at this point
Copy the full SHA d46f594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f213ab - Browse repository at this point
Copy the full SHA 6f213abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed52e4 - Browse repository at this point
Copy the full SHA 6ed52e4View commit details -
Merge pull request #3 from ilya-lavrenov/nlohmann
Added include dir to nlohmann headers
Configuration menu - View commit details
-
Copy full SHA for ca62321 - Browse repository at this point
Copy the full SHA ca62321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bfe5a - Browse repository at this point
Copy the full SHA 52bfe5aView commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b504013 - Browse repository at this point
Copy the full SHA b504013View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc663dc - Browse repository at this point
Copy the full SHA cc663dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9ceed - Browse repository at this point
Copy the full SHA 4c9ceedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 745e969 - Browse repository at this point
Copy the full SHA 745e969View commit details -
Merge pull request #4 from ilya-lavrenov/prebuilt-fast-tokenizers
Supported prebuild Fast Tokenizers on all platforms
Configuration menu - View commit details
-
Copy full SHA for 48564b7 - Browse repository at this point
Copy the full SHA 48564b7View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 056eb9f - Browse repository at this point
Copy the full SHA 056eb9fView commit details -
Merge pull request #5 from ilya-lavrenov/windows-re2
Fixed compilation with re2 on Windows
Configuration menu - View commit details
-
Copy full SHA for 309b8e9 - Browse repository at this point
Copy the full SHA 309b8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b193cb2 - Browse repository at this point
Copy the full SHA b193cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for debcb5d - Browse repository at this point
Copy the full SHA debcb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b739ffd - Browse repository at this point
Copy the full SHA b739ffdView commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e70a3f2 - Browse repository at this point
Copy the full SHA e70a3f2View commit details -
Merge pull request #6 from ilya-lavrenov/windows-linkage
Fixed link stage on Windows
Configuration menu - View commit details
-
Copy full SHA for 2ce27cd - Browse repository at this point
Copy the full SHA 2ce27cdView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3022a5a - Browse repository at this point
Copy the full SHA 3022a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c467a8c - Browse repository at this point
Copy the full SHA c467a8cView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ec4c5f - Browse repository at this point
Copy the full SHA 1ec4c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8505b51 - Browse repository at this point
Copy the full SHA 8505b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82639e6 - Browse repository at this point
Copy the full SHA 82639e6View commit details -
Merge pull request #2 from Wovchena/export-pack_strings-and-unpack_st…
…rings Export pack_strings() and unpack_strings()
Configuration menu - View commit details
-
Copy full SHA for fb37580 - Browse repository at this point
Copy the full SHA fb37580View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45b826 - Browse repository at this point
Copy the full SHA a45b826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cc136 - Browse repository at this point
Copy the full SHA 35cc136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244a593 - Browse repository at this point
Copy the full SHA 244a593View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84686f4 - Browse repository at this point
Copy the full SHA 84686f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1c589 - Browse repository at this point
Copy the full SHA ad1c589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f63c3d - Browse repository at this point
Copy the full SHA 0f63c3dView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f1c1cc - Browse repository at this point
Copy the full SHA 0f1c1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3edb73b - Browse repository at this point
Copy the full SHA 3edb73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48bba34 - Browse repository at this point
Copy the full SHA 48bba34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe507ff - Browse repository at this point
Copy the full SHA fe507ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0c4ec - Browse repository at this point
Copy the full SHA 4b0c4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4656238 - Browse repository at this point
Copy the full SHA 4656238View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f5cc1c - Browse repository at this point
Copy the full SHA 2f5cc1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1568727 - Browse repository at this point
Copy the full SHA 1568727View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa822c2 - Browse repository at this point
Copy the full SHA fa822c2View commit details -
Merge pull request #7 from ilya-lavrenov/compilation-fix
Fixed compilation
Configuration menu - View commit details
-
Copy full SHA for 6ddb2a6 - Browse repository at this point
Copy the full SHA 6ddb2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f993b - Browse repository at this point
Copy the full SHA 14f993bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cae3098 - Browse repository at this point
Copy the full SHA cae3098View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59204d - Browse repository at this point
Copy the full SHA b59204dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e54b42e - Browse repository at this point
Copy the full SHA e54b42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3bae3 - Browse repository at this point
Copy the full SHA 6c3bae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34d401 - Browse repository at this point
Copy the full SHA d34d401View commit details