packages/jinja/src/runtime.ts (5 lines): - line 667: // TODO: Lazy evaluation of arguments - line 692: // TODO: Add support for non-identifier filters - line 694: // TODO: Add support for user-defined filters - line 1021: // TODO: Add support for non-identifier tests. e.g., divisibleby(number) - line 1293: // TODO: Only create object once, then update value? packages/tasks/src/tasks/image-classification/data.ts (2 lines): - line 6: // TODO write proper description - line 11: // TODO write proper description packages/tasks/src/tasks/question-answering/data.ts (2 lines): - line 6: // TODO write proper description - line 11: // TODO write proper description packages/gguf/src/cli.ts (2 lines): - line 54: // TODO: print info about endianess - line 59: // { name: 'Type' }, // TODO: support this packages/tasks/src/tasks/image-to-text/data.ts (2 lines): - line 6: // TODO write proper description - line 11: // TODO write proper description packages/hub/src/lib/commit.ts (1 line): - line 46: // TODO: find a nice way to handle LFS & non-LFS files in an uniform manner, see https://github.com/huggingface/moon-landing/issues/4370 packages/tasks/src/tasks/zero-shot-image-classification/data.ts (1 line): - line 6: // TODO write proper description packages/ollama-utils/src/chat-template.ts (1 line): - line 69: // TODO: <|begin_of_image|> token is not yet supported by ollama packages/jinja/src/ast.ts (1 line): - line 248: public test: Identifier // TODO: Add support for non-identifier tests packages/tasks/src/tasks/unconditional-image-generation/data.ts (1 line): - line 68: // TODO: Add related video packages/tasks/src/tasks/video-classification/data.ts (1 line): - line 6: // TODO write proper description packages/jinja/src/parser.ts (1 line): - line 585: // TODO: Add support for non-identifier tests packages/gguf/scripts/generate-llm.ts (1 line): - line 174: // TODO: unused for now packages/gguf/src/types.ts (1 line): - line 79: // TODO: whisper.cpp doesn't yet support gguf. This maybe changed in the future.