mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-17 08:00:32 +00:00
Import llama.cpp
https://github.com/ggerganov/llama.cpp 0b2da20538d01926b77ea237dd1c930c4d20b686 See third_party/ggml/README.cosmo for changes
This commit is contained in:
parent
f42089d5c6
commit
e8b43903b2
14 changed files with 18313 additions and 2 deletions
4
third_party/libcxx/__hash_table
vendored
4
third_party/libcxx/__hash_table
vendored
|
@ -1066,7 +1066,7 @@ public:
|
|||
|
||||
#ifndef _LIBCPP_CXX03_LANG
|
||||
template <class _Key, class ..._Args>
|
||||
_LIBCPP_INLINE_VISIBILITY
|
||||
inline _LIBCPP_INLINE_VISIBILITY
|
||||
pair<iterator, bool> __emplace_unique_key_args(_Key const& __k, _Args&&... __args);
|
||||
|
||||
template <class... _Args>
|
||||
|
@ -2104,7 +2104,7 @@ __hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique_key_args(_Key const&
|
|||
size_type __bc = bucket_count();
|
||||
bool __inserted = false;
|
||||
__next_pointer __nd;
|
||||
size_t __chash;
|
||||
size_t __chash = 0;
|
||||
if (__bc != 0)
|
||||
{
|
||||
__chash = __constrain_hash(__hash, __bc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue