From bf70bead22fa07a7fc39c140e6a193e49fca072d Mon Sep 17 00:00:00 2001 From: Ruihang Lai Date: Wed, 8 Jan 2025 00:24:26 +0800 Subject: [PATCH] Update copyright notice to 2023-2025 (#3085) This PR updates the copyright notice from 2023-2024 to 2023-2025. --- NOTICE | 2 +- README.md | 2 +- cpp/base.h | 2 +- cpp/json_ffi/image_utils.h | 2 +- cpp/json_ffi/json_ffi_engine.h | 2 +- cpp/json_ffi/openai_api_protocol.cc | 2 +- cpp/json_ffi/openai_api_protocol.h | 2 +- cpp/serve/config.cc | 2 +- cpp/serve/config.h | 2 +- cpp/serve/data.cc | 2 +- cpp/serve/data.h | 2 +- cpp/serve/draft_token_workspace_manager.cc | 2 +- cpp/serve/draft_token_workspace_manager.h | 2 +- cpp/serve/engine.cc | 2 +- cpp/serve/engine.h | 2 +- cpp/serve/engine_actions/action.cc | 2 +- cpp/serve/engine_actions/action.h | 2 +- cpp/serve/engine_actions/action_commons.cc | 2 +- cpp/serve/engine_actions/action_commons.h | 2 +- cpp/serve/engine_actions/auto_spec_decode.cc | 2 +- cpp/serve/engine_actions/batch_decode.cc | 2 +- cpp/serve/engine_actions/batch_draft.cc | 2 +- cpp/serve/engine_actions/batch_jumpforward.cc | 2 +- cpp/serve/engine_actions/batch_prefill_base.cc | 2 +- cpp/serve/engine_actions/batch_prefill_base.h | 2 +- cpp/serve/engine_actions/batch_verify.cc | 2 +- cpp/serve/engine_actions/disagg_prepare_recv.cc | 2 +- cpp/serve/engine_actions/disagg_remote_send.cc | 2 +- cpp/serve/engine_actions/eagle_batch_draft.cc | 2 +- cpp/serve/engine_actions/eagle_batch_verify.cc | 2 +- cpp/serve/engine_actions/eagle_new_request_prefill.cc | 2 +- cpp/serve/engine_actions/new_request_prefill.cc | 2 +- cpp/serve/engine_state.cc | 2 +- cpp/serve/engine_state.h | 2 +- cpp/serve/event_trace_recorder.cc | 2 +- cpp/serve/event_trace_recorder.h | 2 +- cpp/serve/function_table.cc | 2 +- cpp/serve/function_table.h | 2 +- cpp/serve/logit_processor.cc | 2 +- cpp/serve/logit_processor.h | 2 +- cpp/serve/metrics.cc | 2 +- cpp/serve/metrics.h | 2 +- cpp/serve/model.cc | 2 +- cpp/serve/model.h | 2 +- cpp/serve/prefix_cache.cc | 2 +- cpp/serve/prefix_cache.h | 2 +- cpp/serve/radix_tree.cc | 2 +- cpp/serve/radix_tree.h | 2 +- cpp/serve/request.cc | 2 +- cpp/serve/request.h | 2 +- cpp/serve/request_state.cc | 2 +- cpp/serve/request_state.h | 2 +- cpp/serve/sampler/cpu_sampler.cc | 2 +- cpp/serve/sampler/gpu_sampler.cc | 2 +- cpp/serve/sampler/sampler.h | 2 +- cpp/serve/threaded_engine.cc | 2 +- cpp/serve/threaded_engine.h | 2 +- cpp/support/debug_utils.h | 2 +- cpp/support/dynamic_bitset.h | 2 +- cpp/support/encoding.cc | 2 +- cpp/support/encoding.h | 2 +- cpp/support/load_bytes_from_file.h | 2 +- cpp/support/progress_bar.h | 2 +- cpp/support/random.h | 2 +- cpp/support/result.h | 2 +- cpp/support/utils.h | 2 +- cpp/support/vlm_utils.cc | 2 +- cpp/support/vlm_utils.h | 2 +- cpp/tokenizers/streamer.cc | 2 +- cpp/tokenizers/streamer.h | 2 +- cpp/tokenizers/tokenizers.cc | 2 +- cpp/tokenizers/tokenizers.h | 2 +- docs/conf.py | 4 ++-- 73 files changed, 74 insertions(+), 74 deletions(-) diff --git a/NOTICE b/NOTICE index 4554ba2c1c..19a51c260b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,3 +1,3 @@ MLC LLM -Copyright (c) 2023-2024 by MLC LLM Contributors +Copyright (c) 2023-2025 by MLC LLM Contributors diff --git a/README.md b/README.md index 7c945710aa..a93b5dd64b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Please consider citing our project if you find it useful: author = {{MLC team}}, title = {{MLC-LLM}}, url = {https://github.com/mlc-ai/mlc-llm}, - year = {2023-2024} + year = {2023-2025} } ``` diff --git a/cpp/base.h b/cpp/base.h index 28610d9ed6..2e886160a6 100644 --- a/cpp/base.h +++ b/cpp/base.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file base.h */ diff --git a/cpp/json_ffi/image_utils.h b/cpp/json_ffi/image_utils.h index 5e707e6718..44026a75d3 100644 --- a/cpp/json_ffi/image_utils.h +++ b/cpp/json_ffi/image_utils.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file json_ffi/image_utils.h * \brief The header of Image utils for JSON FFI Engine in MLC LLM. */ diff --git a/cpp/json_ffi/json_ffi_engine.h b/cpp/json_ffi/json_ffi_engine.h index 839a7f1ad8..83cdec89da 100644 --- a/cpp/json_ffi/json_ffi_engine.h +++ b/cpp/json_ffi/json_ffi_engine.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file json_ffi/json_ffi_engine.h * \brief The header of JSON FFI engine in MLC LLM. */ diff --git a/cpp/json_ffi/openai_api_protocol.cc b/cpp/json_ffi/openai_api_protocol.cc index 39541cdf9d..dd5e4fd70a 100644 --- a/cpp/json_ffi/openai_api_protocol.cc +++ b/cpp/json_ffi/openai_api_protocol.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file json_ffi/openai_api_protocol.cc * \brief The implementation of OpenAI API Protocol in MLC LLM. */ diff --git a/cpp/json_ffi/openai_api_protocol.h b/cpp/json_ffi/openai_api_protocol.h index 312f2bade8..9b60e0b7f8 100644 --- a/cpp/json_ffi/openai_api_protocol.h +++ b/cpp/json_ffi/openai_api_protocol.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file json_ffi/openai_api_protocol.h * \brief The header of OpenAI API Protocol in MLC LLM. */ diff --git a/cpp/serve/config.cc b/cpp/serve/config.cc index a05fa5274a..6e6aefbf1e 100644 --- a/cpp/serve/config.cc +++ b/cpp/serve/config.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/config.cc */ #include "config.h" diff --git a/cpp/serve/config.h b/cpp/serve/config.h index 6711c2e867..9da3ba2517 100644 --- a/cpp/serve/config.h +++ b/cpp/serve/config.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/config.h */ #ifndef MLC_LLM_SERVE_CONFIG_H_ diff --git a/cpp/serve/data.cc b/cpp/serve/data.cc index 0a2b04b29c..15e3f4ff77 100644 --- a/cpp/serve/data.cc +++ b/cpp/serve/data.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/data.cc */ #include "data.h" diff --git a/cpp/serve/data.h b/cpp/serve/data.h index 7942214ba7..47e7408991 100644 --- a/cpp/serve/data.h +++ b/cpp/serve/data.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/data.h */ #ifndef MLC_LLM_SERVE_DATA_H_ diff --git a/cpp/serve/draft_token_workspace_manager.cc b/cpp/serve/draft_token_workspace_manager.cc index 718d9fdbf6..7ca25a7050 100644 --- a/cpp/serve/draft_token_workspace_manager.cc +++ b/cpp/serve/draft_token_workspace_manager.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/draft_token_workspace_manager.cc */ diff --git a/cpp/serve/draft_token_workspace_manager.h b/cpp/serve/draft_token_workspace_manager.h index a489755296..b5ba6ada5c 100644 --- a/cpp/serve/draft_token_workspace_manager.h +++ b/cpp/serve/draft_token_workspace_manager.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/draft_token_workspace_manager.h */ diff --git a/cpp/serve/engine.cc b/cpp/serve/engine.cc index 19cad78dc9..2f09219392 100644 --- a/cpp/serve/engine.cc +++ b/cpp/serve/engine.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine.cc * \brief The implementation for runtime module of serving engine module in MLC LLM. */ diff --git a/cpp/serve/engine.h b/cpp/serve/engine.h index 36b2058f39..6b57365ce2 100644 --- a/cpp/serve/engine.h +++ b/cpp/serve/engine.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine.h * \brief The header of serving engine in MLC LLM. */ diff --git a/cpp/serve/engine_actions/action.cc b/cpp/serve/engine_actions/action.cc index 05839fc8a1..58df5bdf49 100644 --- a/cpp/serve/engine_actions/action.cc +++ b/cpp/serve/engine_actions/action.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/action.cc */ diff --git a/cpp/serve/engine_actions/action.h b/cpp/serve/engine_actions/action.h index 210cea6969..0a9e97d44d 100644 --- a/cpp/serve/engine_actions/action.h +++ b/cpp/serve/engine_actions/action.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/action.h * \brief The abstraction of actions (e.g., prefill/decode) that an * Engine can take at each time step. diff --git a/cpp/serve/engine_actions/action_commons.cc b/cpp/serve/engine_actions/action_commons.cc index def48869b9..b75ddeff45 100644 --- a/cpp/serve/engine_actions/action_commons.cc +++ b/cpp/serve/engine_actions/action_commons.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/action_commons.cc */ diff --git a/cpp/serve/engine_actions/action_commons.h b/cpp/serve/engine_actions/action_commons.h index 7ca942ade8..375f111ced 100644 --- a/cpp/serve/engine_actions/action_commons.h +++ b/cpp/serve/engine_actions/action_commons.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/action_commons.h * \brief Common functions that may be used in multiple EngineActions. */ diff --git a/cpp/serve/engine_actions/auto_spec_decode.cc b/cpp/serve/engine_actions/auto_spec_decode.cc index b0829058aa..8416c311de 100644 --- a/cpp/serve/engine_actions/auto_spec_decode.cc +++ b/cpp/serve/engine_actions/auto_spec_decode.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/auto_spec_decode.cc */ diff --git a/cpp/serve/engine_actions/batch_decode.cc b/cpp/serve/engine_actions/batch_decode.cc index 590b5e4b12..762cbe76fc 100644 --- a/cpp/serve/engine_actions/batch_decode.cc +++ b/cpp/serve/engine_actions/batch_decode.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/batch_decode.cc */ diff --git a/cpp/serve/engine_actions/batch_draft.cc b/cpp/serve/engine_actions/batch_draft.cc index 52e46dd725..45911faef3 100644 --- a/cpp/serve/engine_actions/batch_draft.cc +++ b/cpp/serve/engine_actions/batch_draft.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/batch_draft.cc */ diff --git a/cpp/serve/engine_actions/batch_jumpforward.cc b/cpp/serve/engine_actions/batch_jumpforward.cc index 5bd603f20e..6be3a8433f 100644 --- a/cpp/serve/engine_actions/batch_jumpforward.cc +++ b/cpp/serve/engine_actions/batch_jumpforward.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/batch_verify.cc */ diff --git a/cpp/serve/engine_actions/batch_prefill_base.cc b/cpp/serve/engine_actions/batch_prefill_base.cc index 832642828d..89bb4d0bfe 100644 --- a/cpp/serve/engine_actions/batch_prefill_base.cc +++ b/cpp/serve/engine_actions/batch_prefill_base.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/batch_prefill_base.h */ diff --git a/cpp/serve/engine_actions/batch_prefill_base.h b/cpp/serve/engine_actions/batch_prefill_base.h index bf2e0bb737..da62837dd5 100644 --- a/cpp/serve/engine_actions/batch_prefill_base.h +++ b/cpp/serve/engine_actions/batch_prefill_base.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/batch_prefill_base.h */ diff --git a/cpp/serve/engine_actions/batch_verify.cc b/cpp/serve/engine_actions/batch_verify.cc index 4ad0d635bd..8a67c08c8f 100644 --- a/cpp/serve/engine_actions/batch_verify.cc +++ b/cpp/serve/engine_actions/batch_verify.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/batch_verify.cc */ diff --git a/cpp/serve/engine_actions/disagg_prepare_recv.cc b/cpp/serve/engine_actions/disagg_prepare_recv.cc index 73240af817..8beeb2fdd0 100644 --- a/cpp/serve/engine_actions/disagg_prepare_recv.cc +++ b/cpp/serve/engine_actions/disagg_prepare_recv.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/new_request_prefill.cc */ diff --git a/cpp/serve/engine_actions/disagg_remote_send.cc b/cpp/serve/engine_actions/disagg_remote_send.cc index 18d438eb7f..8943178aa9 100644 --- a/cpp/serve/engine_actions/disagg_remote_send.cc +++ b/cpp/serve/engine_actions/disagg_remote_send.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/new_request_prefill.cc */ diff --git a/cpp/serve/engine_actions/eagle_batch_draft.cc b/cpp/serve/engine_actions/eagle_batch_draft.cc index c24403c6d8..9b9aefdc71 100644 --- a/cpp/serve/engine_actions/eagle_batch_draft.cc +++ b/cpp/serve/engine_actions/eagle_batch_draft.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/eagle_batch_draft.cc */ diff --git a/cpp/serve/engine_actions/eagle_batch_verify.cc b/cpp/serve/engine_actions/eagle_batch_verify.cc index 8849940e98..819b6791f3 100644 --- a/cpp/serve/engine_actions/eagle_batch_verify.cc +++ b/cpp/serve/engine_actions/eagle_batch_verify.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/eagle_batch_verify.cc */ diff --git a/cpp/serve/engine_actions/eagle_new_request_prefill.cc b/cpp/serve/engine_actions/eagle_new_request_prefill.cc index 6560b74850..6dfe977681 100644 --- a/cpp/serve/engine_actions/eagle_new_request_prefill.cc +++ b/cpp/serve/engine_actions/eagle_new_request_prefill.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/eagle_new_request_prefill.cc */ diff --git a/cpp/serve/engine_actions/new_request_prefill.cc b/cpp/serve/engine_actions/new_request_prefill.cc index f87d64d5b6..281800b98b 100644 --- a/cpp/serve/engine_actions/new_request_prefill.cc +++ b/cpp/serve/engine_actions/new_request_prefill.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_actions/new_request_prefill.cc */ diff --git a/cpp/serve/engine_state.cc b/cpp/serve/engine_state.cc index 065f962c06..a24c5f698a 100644 --- a/cpp/serve/engine_state.cc +++ b/cpp/serve/engine_state.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_state.cc */ #include "engine_state.h" diff --git a/cpp/serve/engine_state.h b/cpp/serve/engine_state.h index 4fa857cd37..bf171fd2c8 100644 --- a/cpp/serve/engine_state.h +++ b/cpp/serve/engine_state.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/engine_state.h */ #ifndef MLC_LLM_SERVE_ENGINE_STATE_H_ diff --git a/cpp/serve/event_trace_recorder.cc b/cpp/serve/event_trace_recorder.cc index a1ccc65af4..0410703982 100644 --- a/cpp/serve/event_trace_recorder.cc +++ b/cpp/serve/event_trace_recorder.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/event_trace_recorder.cc */ #include "event_trace_recorder.h" diff --git a/cpp/serve/event_trace_recorder.h b/cpp/serve/event_trace_recorder.h index f898a73fdc..5d1206bb03 100644 --- a/cpp/serve/event_trace_recorder.h +++ b/cpp/serve/event_trace_recorder.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/event_trace_recorder.h * \brief The event trace recorder for requests in MLC LLM. */ diff --git a/cpp/serve/function_table.cc b/cpp/serve/function_table.cc index 168b3ee18a..1b5e60786b 100644 --- a/cpp/serve/function_table.cc +++ b/cpp/serve/function_table.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/function_table.cc * \brief The implementation of function table in serving for distributed inference. */ diff --git a/cpp/serve/function_table.h b/cpp/serve/function_table.h index 75fea3988d..171dac7e76 100644 --- a/cpp/serve/function_table.h +++ b/cpp/serve/function_table.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/function_table.h * \brief The header for function table in serving for distributed inference. */ diff --git a/cpp/serve/logit_processor.cc b/cpp/serve/logit_processor.cc index 3d34682fd9..3c9bf88717 100644 --- a/cpp/serve/logit_processor.cc +++ b/cpp/serve/logit_processor.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/logit_processor.cc * \brief The implementation of logit processor. */ diff --git a/cpp/serve/logit_processor.h b/cpp/serve/logit_processor.h index 383c13af31..ef7ace594e 100644 --- a/cpp/serve/logit_processor.h +++ b/cpp/serve/logit_processor.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/logit_processor.h * \brief The header for logit processor. */ diff --git a/cpp/serve/metrics.cc b/cpp/serve/metrics.cc index 87004386c7..a121c687a5 100644 --- a/cpp/serve/metrics.cc +++ b/cpp/serve/metrics.cc @@ -1,6 +1,6 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/metrics.cc */ #include "metrics.h" diff --git a/cpp/serve/metrics.h b/cpp/serve/metrics.h index f84aa21f91..49e75b11c8 100644 --- a/cpp/serve/metrics.h +++ b/cpp/serve/metrics.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/metric.h * \brief Metrics of serving engine/requests. */ diff --git a/cpp/serve/model.cc b/cpp/serve/model.cc index 1ffad5f593..7ce05cb289 100644 --- a/cpp/serve/model.cc +++ b/cpp/serve/model.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/model.cc * \brief The implementation of runtime module of LLM functions (prefill/decode/etc.) */ diff --git a/cpp/serve/model.h b/cpp/serve/model.h index 60ea62d261..68e1b646a7 100644 --- a/cpp/serve/model.h +++ b/cpp/serve/model.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/model.h * \brief The header for runtime module of LLM functions (prefill/decode/etc.) */ diff --git a/cpp/serve/prefix_cache.cc b/cpp/serve/prefix_cache.cc index 94326c534a..bfed45bf6a 100644 --- a/cpp/serve/prefix_cache.cc +++ b/cpp/serve/prefix_cache.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/prefix_cache.cc */ #include "prefix_cache.h" diff --git a/cpp/serve/prefix_cache.h b/cpp/serve/prefix_cache.h index c53b51191f..89bd794616 100644 --- a/cpp/serve/prefix_cache.h +++ b/cpp/serve/prefix_cache.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/prefix_cache.h */ #ifndef MLC_LLM_SERVE_PREFIX_CACHE_H_ diff --git a/cpp/serve/radix_tree.cc b/cpp/serve/radix_tree.cc index 79a0cb89ec..0921d1bf83 100644 --- a/cpp/serve/radix_tree.cc +++ b/cpp/serve/radix_tree.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/radix_tree.cc */ #include "radix_tree.h" diff --git a/cpp/serve/radix_tree.h b/cpp/serve/radix_tree.h index f5491de089..bf61e440f7 100644 --- a/cpp/serve/radix_tree.h +++ b/cpp/serve/radix_tree.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/radix_tree.h */ #ifndef MLC_LLM_SERVE_RADIX_TREE_H_ diff --git a/cpp/serve/request.cc b/cpp/serve/request.cc index da4990dacb..79013d72c3 100644 --- a/cpp/serve/request.cc +++ b/cpp/serve/request.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/request.cc */ diff --git a/cpp/serve/request.h b/cpp/serve/request.h index 2e2b6e2fac..1f15f6d9cb 100644 --- a/cpp/serve/request.h +++ b/cpp/serve/request.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/request.h * \brief Implementation of llm chat. */ diff --git a/cpp/serve/request_state.cc b/cpp/serve/request_state.cc index 5fa289a10e..17e02ee85b 100644 --- a/cpp/serve/request_state.cc +++ b/cpp/serve/request_state.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/request_state.cc */ diff --git a/cpp/serve/request_state.h b/cpp/serve/request_state.h index b710dd554d..14dee8ab98 100644 --- a/cpp/serve/request_state.h +++ b/cpp/serve/request_state.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/request_state.h * \brief The data structure maintaining the generation states of user requests. */ diff --git a/cpp/serve/sampler/cpu_sampler.cc b/cpp/serve/sampler/cpu_sampler.cc index 995de6b330..cde12ea8da 100644 --- a/cpp/serve/sampler/cpu_sampler.cc +++ b/cpp/serve/sampler/cpu_sampler.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/sampler/cpu_sampler.cc * \brief The implementation for CPU sampler functions. */ diff --git a/cpp/serve/sampler/gpu_sampler.cc b/cpp/serve/sampler/gpu_sampler.cc index 8c97e62573..c50ed1aa44 100644 --- a/cpp/serve/sampler/gpu_sampler.cc +++ b/cpp/serve/sampler/gpu_sampler.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/sampler/gpu_sampler.cc * \brief The implementation for GPU sampler functions. */ diff --git a/cpp/serve/sampler/sampler.h b/cpp/serve/sampler/sampler.h index e31408c63d..ef84546729 100644 --- a/cpp/serve/sampler/sampler.h +++ b/cpp/serve/sampler/sampler.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/sampler/sampler.h * \brief The header for runtime module of sampler functions. */ diff --git a/cpp/serve/threaded_engine.cc b/cpp/serve/threaded_engine.cc index 201dc08a1b..4da43c3e67 100644 --- a/cpp/serve/threaded_engine.cc +++ b/cpp/serve/threaded_engine.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/threaded_engine.cc * \brief The implementation for threaded serving engine in MLC LLM. */ diff --git a/cpp/serve/threaded_engine.h b/cpp/serve/threaded_engine.h index 06c28ba169..86a9860538 100644 --- a/cpp/serve/threaded_engine.h +++ b/cpp/serve/threaded_engine.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file serve/threaded_engine.h * \brief The header of threaded serving engine in MLC LLM. */ diff --git a/cpp/support/debug_utils.h b/cpp/support/debug_utils.h index cde530b090..414e35d7d6 100644 --- a/cpp/support/debug_utils.h +++ b/cpp/support/debug_utils.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/debug_utils.h * \brief Tools for debug purposes. */ diff --git a/cpp/support/dynamic_bitset.h b/cpp/support/dynamic_bitset.h index 918ee80f62..6d92a070f3 100644 --- a/cpp/support/dynamic_bitset.h +++ b/cpp/support/dynamic_bitset.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/dynamic_bitset.h * \brief The header for utilities used in grammar-guided generation. */ diff --git a/cpp/support/encoding.cc b/cpp/support/encoding.cc index 79e826999e..15041e898c 100644 --- a/cpp/support/encoding.cc +++ b/cpp/support/encoding.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/encoding.cc */ #include "encoding.h" diff --git a/cpp/support/encoding.h b/cpp/support/encoding.h index dfe0b4cc03..392ca9737f 100644 --- a/cpp/support/encoding.h +++ b/cpp/support/encoding.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/encoding.h * \brief Encoding and decoding from/to UTF-8 and escape sequence to/from codepoints. */ diff --git a/cpp/support/load_bytes_from_file.h b/cpp/support/load_bytes_from_file.h index cc5da9235a..588801c3d1 100644 --- a/cpp/support/load_bytes_from_file.h +++ b/cpp/support/load_bytes_from_file.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/load_bytes_from_file.h * \brief Utility methods to load from files. */ diff --git a/cpp/support/progress_bar.h b/cpp/support/progress_bar.h index 6dbf4caf11..b9db03ec72 100644 --- a/cpp/support/progress_bar.h +++ b/cpp/support/progress_bar.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/progress_bar.h * \brief A simple progress bar in C++. */ diff --git a/cpp/support/random.h b/cpp/support/random.h index f0a22c6a23..3c9b65c687 100644 --- a/cpp/support/random.h +++ b/cpp/support/random.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/random.h * \brief Header of random number generator. */ diff --git a/cpp/support/result.h b/cpp/support/result.h index 6fdc608653..a50ae57d2d 100644 --- a/cpp/support/result.h +++ b/cpp/support/result.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/result.h * \brief The header for the Result class in MLC LLM. */ diff --git a/cpp/support/utils.h b/cpp/support/utils.h index 261d2f99f7..ca4c6eb94d 100644 --- a/cpp/support/utils.h +++ b/cpp/support/utils.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/utils.h * \brief Utility functions. */ diff --git a/cpp/support/vlm_utils.cc b/cpp/support/vlm_utils.cc index 086067f7ac..ccd73e4a0d 100644 --- a/cpp/support/vlm_utils.cc +++ b/cpp/support/vlm_utils.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/image_utils.cc */ #include "vlm_utils.h" diff --git a/cpp/support/vlm_utils.h b/cpp/support/vlm_utils.h index 3fc4261c3a..141f6cda81 100644 --- a/cpp/support/vlm_utils.h +++ b/cpp/support/vlm_utils.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file support/vlm_utils.h * \brief Tools for debug purposes. */ diff --git a/cpp/tokenizers/streamer.cc b/cpp/tokenizers/streamer.cc index 184c82f187..2901834f3b 100644 --- a/cpp/tokenizers/streamer.cc +++ b/cpp/tokenizers/streamer.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file streamer.cc */ diff --git a/cpp/tokenizers/streamer.h b/cpp/tokenizers/streamer.h index 8e9ab6abce..f1df6935ad 100644 --- a/cpp/tokenizers/streamer.h +++ b/cpp/tokenizers/streamer.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file streamer.h * \brief Header of streamers in MLC LLM. */ diff --git a/cpp/tokenizers/tokenizers.cc b/cpp/tokenizers/tokenizers.cc index 0e4ca3ecf1..615e2298a1 100644 --- a/cpp/tokenizers/tokenizers.cc +++ b/cpp/tokenizers/tokenizers.cc @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file tokenizer.cc */ diff --git a/cpp/tokenizers/tokenizers.h b/cpp/tokenizers/tokenizers.h index 9339f485c6..2b1847f524 100644 --- a/cpp/tokenizers/tokenizers.h +++ b/cpp/tokenizers/tokenizers.h @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023-2024 by Contributors + * Copyright (c) 2023-2025 by Contributors * \file tokenizers.h * \brief Header of tokenizer related functions. */ diff --git a/docs/conf.py b/docs/conf.py index 10e4335a7b..94d9be49c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ # General information about the project. project = "mlc-llm" author = "MLC LLM Contributors" -copyright = "2023-2024, %s" % author +copyright = "2023-2025, %s" % author # Version information. @@ -56,7 +56,7 @@ html_static_path = [] -footer_copyright = "© 2023-2024 MLC LLM" +footer_copyright = "© 2023-2025 MLC LLM" footer_note = " " html_logo = "_static/img/mlc-logo-with-text-landscape.svg"