mmerry

Results 12 comments of mmerry

FYI, just got a 4090 as well and I'm still seeing this with Ultralytics 8.1.10 installed today. Using the if ... main workaround resolves the problem. And, holy fast training...

Yes! I can confirm that workaround does indeed work. Sorry, I’m a bit new to this, why is the workaround needed? Is there a bug that needs to be chased...

The changes above helped, but with mysql8.4, it is a bit different. This worked for me on my Mac M1. First, change the database container to this: ``` services: db:...

Thanks for the info! a clean git clone then `composer install` still yields the same error as above. I can confirm that I do have vendor/cakephp-app-installer/installer present after the `composer...

Awesome. Let me know if you want a hand testing , I am happy to help. Thanks Matt ________________________________ From: Zuluru ***@***.***> Sent: Monday, April 22, 2024 8:52:30 AM To:...

Exciting :) I took a peak at this last weekend, but it was not ready yet. I used `git clone -b feature/cakephp4 https://github.com/Zuluru/Zuluru3.git` I'm getting an error in post-install, and...

A fresh git pull in a new directory this morning seems to be broken: `Fatal error: Uncaught Error: Interface 'Authentication\AuthenticationServiceProviderInterface' not found in /Users/matthewmerry/Zuluru3/src/Application.php:63 Stack trace: #0 /Users/matthewmerry/Zuluru3/vendor/composer/ClassLoader.php(576): include() #1...

Yes, I ran `composer install`. No, `vendor/cakephp/authentication `folder does not exist. I have in the `vendor/cakephp `folder: ``` (base) matthewmerry@Matthews-MacBook-Air Zuluru3 % ls vendor/cakephp/ cakephp chronos plugin-installer ``` And, rolling...

Sounds good. The timestamp that is working for me up to the data-time mismatch is this in case it helps track it down: ``` (base) matthewmerry@Matthews-MacBook-Air Zuluru3 % git show...

The only diffs that I can find between the two working/non-working are these: ``` (base) matthewmerry@Matthews-MacBook-Air ~ % diff /Users/matthewmerry/Zuluru3/vendor/composer/autoload_static.php /Users/matthewmerry/newZuluru/Zuluru3/vendor/composer/autoload_static.php 347,348c347,348 < 0 => __DIR__ . '/..' . '/psr/http-factory/src',...