Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / v6d-io/v6d issues and pull requests
#1830 - Add the glog libraries when build the vineyard llm cache module.
Pull Request -
State: closed - Opened by dashanji 8 months ago
#1829 - Fix bug of refcnt map.
Pull Request -
State: closed - Opened by vegetableysm 8 months ago
#1828 - Add block object id contained in global cache object to refcnt map
Issue -
State: closed - Opened by vegetableysm 8 months ago
Labels: bug, llm
#1827 - Complete the tryAcquireLock / tryReleaseLock of local meta server
Issue -
State: open - Opened by vegetableysm 8 months ago
- 1 comment
Labels: stale, llm
#1826 - Create llm cache block builder only when the user requests an update.
Issue -
State: closed - Opened by vegetableysm 8 months ago
- 3 comments
Labels: enhancement, stale, llm
#1825 - Bump up golang to 1.22 and fix the security issues
Issue -
State: open - Opened by dashanji 8 months ago
- 4 comments
Labels: enhancement, kubernetes, priority:medium, stale
#1824 - Bump up golint action to v4 and not specify a version
Pull Request -
State: closed - Opened by dashanji 8 months ago
- 1 comment
#1823 - Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /k8s
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 3 comments
Labels: dependencies, go
#1822 - Fixes the compliation error under latest MacOS
Pull Request -
State: closed - Opened by sighingnow 8 months ago
#1821 - Disbale llm cache module while building vineyard-python-dev and vineyardd image.
Pull Request -
State: closed - Opened by dashanji 8 months ago
#1820 - Replace the vineyard+fluid example with a tutorial.
Pull Request -
State: closed - Opened by dashanji 8 months ago
#1819 - Replace Tensor and TensorBuilder with the KVTensor and KVTensorBuilder to delete the arrow deps.
Pull Request -
State: closed - Opened by dashanji 8 months ago
- 2 comments
#1818 - Delete the tensor builder from vineyard llm kv cache to reduce the dependencies like arrow
Issue -
State: closed - Opened by dashanji 8 months ago
Labels: enhancement, llm
#1817 - The `import/export_kv_cache_buffer` show bad performance
Issue -
State: open - Opened by dashanji 8 months ago
- 1 comment
Labels: stale, llm
#1816 - improve the benchmark test of vineyard llm kv cache
Pull Request -
State: closed - Opened by dashanji 8 months ago
- 1 comment
Labels: stale
#1815 - Fix llm memory leak and replace mutex_lock with unique_lock
Pull Request -
State: closed - Opened by vegetableysm 8 months ago
- 1 comment
#1814 - Use lock_guard or unique_lock to manager locks in llm module.
Issue -
State: closed - Opened by vegetableysm 8 months ago
Labels: llm
#1813 - There exists memory leak in llm cache.
Issue -
State: closed - Opened by vegetableysm 8 months ago
Labels: bug, llm
#1812 - [GraphAr]: Support dumps subgraph to graphar
Issue -
State: closed - Opened by acezen 8 months ago
#1811 - Fix log error of radix tree deserialization.
Pull Request -
State: closed - Opened by vegetableysm 8 months ago
#1810 - When deserialize radix tree, it will show "Insert token list failed" error.
Issue -
State: closed - Opened by vegetableysm 8 months ago
Labels: bug, llm
#1809 - Support to put the data to the vineyardd instance with the most available memory
Pull Request -
State: closed - Opened by dashanji 8 months ago
#1808 - GraphAr: Support load and write subgraph to graphar with selected vertices/edges and properties
Pull Request -
State: closed - Opened by acezen 8 months ago
- 1 comment
#1807 - Put object to the vineyardd with the least memory usage while the connected one is out of memory
Issue -
State: closed - Opened by dashanji 8 months ago
Labels: enhancement, component:python
#1806 - Remove block objects from cache object meta to reduce the meta size.
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
- 1 comment
#1805 - Update the token list type from int* to vector<int> to avoid copying in radix tree.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1804 - Remove kv_state_cache_multi_test.cc
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
#1803 - Add the python api for vineyard llm kv cache
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1802 - Refactor radix tree to avoid memory copy.
Issue -
State: closed - Opened by vegetableysm 9 months ago
Labels: enhancement, llm
#1801 - Install the rax headers under the thirdparty directory.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1800 - llm-cache: cannot match incremental updates
Issue -
State: closed - Opened by sighingnow 9 months ago
- 1 comment
Labels: bug, llm
#1799 - Add the vineyard directory for searching vineyard config file and support multiple rpc endpoints.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1798 - Refactor: API of KVStateCacheManager accept Client&.
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
- 1 comment
#1797 - Improve the query API of llm cache and use vector<uint8_t> as payload object.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1796 - Refactor llm cache and fix bug
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
#1795 - llm-cache: use `vector<uint8_t>` as payload object and remove all assumption about double
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1794 - Change llm api return value to vineyard::Status.
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
- 1 comment
#1793 - llm-cache: document the public APIs
Issue -
State: closed - Opened by sighingnow 9 months ago
- 1 comment
Labels: documentation, stale, llm
#1792 - llm-cache: avoid copying during query kv caches
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1791 - llm-cache: Use `vineyard:Status` as function results
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1790 - Add vineyard_llm_cache_tests target and don't install tests artifacts in ALL
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1789 - Fixes compilation failures with clang-19
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1788 - llm-cache: too many warnings under clang/clang++ (on MacOS)
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1787 - correct the install directory of llm-cache.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1786 - llm-cache: double check all usage of call-by-value of `std::vector<T>` and `std::shared_ptr<T>`
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1785 - incorrect cmake installation layout: llm-cache's things should be put to `/usr/local/include/vineyard/llm-cache/` folder
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, dev-infra, llm
#1784 - refactor: `KVStateCacheManager` should accept `Client &` (note the reference) rather than connect inside the manager
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1783 - Pull types and type definitions into `namespace vineyard`
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1782 - llm-cache: remove `kv_state_cache_multi_test.cc` and add a `num_workers`/`concurrency` like command line argument to `kv_state_cache_test.cc`
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug
#1781 - llm-cache: remove the usage of `using namespace vineyard` (except for tests cases) and put the class implementation in `namespace vineyard {}`.
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, llm
#1780 - Integrate current kv cache state with llama.cpp
Issue -
State: closed - Opened by dashanji 9 months ago
- 1 comment
Labels: upstream, llm
#1779 - Move the radix tree to the thirdparty and update the type of kv_state
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1779 - Move the radix tree to the thirdparty and update the type of kv_state
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1778 - Add the rax linsence and fix a warning
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1778 - Add the rax linsence and fix a warning
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1777 - Add kv state cache module.
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
- 1 comment
#1777 - Add kv state cache module.
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
- 1 comment
#1776 - Add the example code of how to accelerate the data sharing with vineyard on fluid platform.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1776 - Add the example code of how to accelerate the data sharing with vineyard on fluid platform.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1775 - Enable a memory_trim option in DelData
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1775 - Enable a memory_trim option in DelData
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1774 - Add a benchmark test for kv state cache
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1774 - Add a benchmark test for kv state cache
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1773 - Add ci test for kv state cache
Issue -
State: closed - Opened by vegetableysm 9 months ago
Labels: llm
#1772 - Add ci test for kv state cache and fix bug
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
#1772 - Add ci test for kv state cache and fix bug
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
#1771 - Disable code formatting of radix tree and fix a bug of serialization and deserialization
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1771 - Disable code formatting of radix tree and fix a bug of serialization and deserialization
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1770 - Add the benchmark test of kv state cache
Issue -
State: closed - Opened by dashanji 9 months ago
- 2 comments
Labels: llm
#1769 - Support to store more than 64 entries for kv cache block
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
Labels: llm
#1769 - Support to store more than 64 entries for kv cache block
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
Labels: llm
#1768 - Add the python api for kv state cache
Issue -
State: closed - Opened by dashanji 9 months ago
- 1 comment
Labels: enhancement, stale, llm
#1767 - Recycle the vineyard object when releasing a subtree.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1767 - Recycle the vineyard object when releasing a subtree.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1766 - Support layer for kv state cache
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
#1766 - Support layer for kv state cache
Pull Request -
State: closed - Opened by vegetableysm 9 months ago
#1765 - GraphAr: Upgrade GraphAr to v0.11.2 and revise the gar loader and writer
Pull Request -
State: closed - Opened by acezen 9 months ago
- 1 comment
#1765 - GraphAr: Upgrade GraphAr to v0.11.2 and revise the gar loader and writer
Pull Request -
State: closed - Opened by acezen 9 months ago
- 1 comment
#1764 - Upload the vineyard-fluid-fuse image to github registry and docker hub when releasing.
Pull Request -
State: closed - Opened by dashanji 9 months ago
#1763 - Create a hard link of vineyard socket rather than mount its parent directory.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 2 comments
#1763 - Create a hard link of vineyard socket rather than mount its parent directory.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 2 comments
#1762 - go: Adapt to older version of logr (and zap)
Pull Request -
State: closed - Opened by sighingnow 9 months ago
- 2 comments
#1761 - Add a default value for the VINEYARD_CONFIG while connecting.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1761 - Add a default value for the VINEYARD_CONFIG while connecting.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1761 - Add a default value for the VINEYARD_CONFIG while connecting.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1761 - Add a default value for the VINEYARD_CONFIG while connecting.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 1 comment
#1760 - Adapt k8s to v1.19.3.
Pull Request -
State: closed - Opened by dashanji 9 months ago
- 5 comments
Labels: stale
#1759 - Leave more spaces for mallocinfo for dlmalloc
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1758 - Fixes pd.DataFrame to pa.RecordBatch: large string/utf8/list
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1757 - Fixes golang compiler version on macOS on Arm.
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1756 - Fixes roundtrip put/get pyspark.dataframe into/from vineyard.
Pull Request -
State: closed - Opened by septicmk 9 months ago
#1755 - vineyardctl failed to be built on MacOS on Arm
Issue -
State: closed - Opened by sighingnow 9 months ago
Labels: bug, kubernetes, dev-infra
#1754 - Fixes the error in memory_trim: don't touch the mallocinfo in header/footer space
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1753 - Add python 3.12 wheel packages
Pull Request -
State: closed - Opened by sighingnow 9 months ago
#1752 - Python 3.12 package?
Issue -
State: closed - Opened by PaulRudin 9 months ago
- 3 comments
Labels: dev-infra
#1751 - Fix the bug in the radix split logic.
Pull Request -
State: closed - Opened by dashanji 10 months ago
#1750 - Add a default value for VINEYARD_CONFIG when connecting to vineyard server
Issue -
State: closed - Opened by dashanji 10 months ago
- 1 comment
Labels: enhancement, component:client
#1749 - Add the unit test for the radix tree.
Pull Request -
State: closed - Opened by dashanji 10 months ago
#1748 - Recycle resources of kv state cache object.
Pull Request -
State: closed - Opened by vegetableysm 10 months ago
#1747 - Add the unit test of radix tree
Issue -
State: closed - Opened by dashanji 10 months ago
Labels: enhancement, llm