The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
bedrust is a neat way to invoke models on Amazon Bedrock.
Currently supporting the following models:
- Claude V2
- Claude V3 Sonnet
- Claude V3 Haiku
- Llama2 70B
- Cohere Command
- Jurrasic 2 Ultra
- Titan Text Express V1
- Mistral AI models (Mixtral, Mistral7b and Mistral Large)
misc/bedrust: fix build on powerpc64
Little-endian is misdetected:
/wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:107:5:
error: call to undeclared function 'vec_vsx_ld'; ISO C99 and later do not
support implicit function declarations [-Wimplicit-function-declaration]
107 | vec_vsx_ld(0, (const unsigned char*) data);
| ^
/wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:106:30:
error: initializing '__vector unsigned char const' (vector of 16 'unsigned char'
values) with an expression of incompatible type 'int'
106 | const vector unsigned char unaligned_data =
| ^
107 | vec_vsx_ld(0, (const unsigned char*) data);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503