-
When using this from the example
```
require 'alpaca/trade/api'
Alpaca::Trade::Api.configure do |config|
config.endpoint = 'https://paper-api.alpaca.markets'
config.key_id = 'xxxxxxxx'
…
mrbme updated
8 months ago
-
# URL
- https://arxiv.org/abs/2310.05914
# Affiliations
- Neel Jain, N/A
- Ping-yeh Chiang, N/A
- Yuxin Wen, N/A
- John Kirchenbauer, N/A
- Hong-Min Chu, N/A
- Gowthami Somepalli, N/A
- …
-
Take a look at this project:
https://github.com/Const-me/Whisper
It is a Windows port of the ggerganov's whisper.cpp implementation using DirectCompute -- another name for that technology is "co…
-
I have installed alpaca.cpp according to a [tutorial on medium.com](https://medium.com/geekculture/writing-a-medium-article-using-ai-stanford-alpaca-running-on-your-local-pc-e025416a032a) (Windows Lin…
-
Running the build command on windows I get lots of errors. `cmake --build . --config Release`
It appears the `restricted` keyword is not recognized on multiple lines. Example
```cpp
void quantize…
-
### Description
I encountered an error while trying to fine-tune the llama3 model using unsloth. The error occurs during the `trainer.train()` step, and it appears to be related to a missing Python…
-
## Description
Using the `get_historical_prices()` function with Alpaca does not return `length` number of time-steps. This is inconsistent with other data-sources such as **Yahoo Finance** which wou…
-
but ive noticed no mater what *.bin i use sometimes it will repeat the last sentence a good bit till i hit control+c, is this a glitch or is it a setting that i need to change in the cpp and recompile…
-
Hi!
I have tried Internvideo2-1B-clip in the action recognition task on K400 dataset, I try to use the model without the dataset class you designed.
So what I do in vision is catching 8 frames from…
-
Here is the Package.json file that builds for linux arm like raspberry pi 4. After you add the arm scripts just run npm run linux-arm64 if your running arm 64
{
"name": "alpaca-electron",
"prod…