Results 13 comments of B0rner

I'm running into the same problem. Is there any workaround for that? I have several functions, which needs to clear the cache, like this way: ``` $cache = \Yii::$app->userCache; TagDependency::invalidate($cache,...

I think, I found a solution. It seams, that Microsoft Visual C++ Redistributable is realy a requirement. First it seams installing Microsoft Visual C++ Redistributable did not solve the problem,...

@theflyingobject Did you find a solution to get the 760m working? This card is build in millions of devices, so many user will have the same problem using stable diffusion...

Same problem here. The Hugging Face version of `transformers`also supports a `cache_dir` - parameter in several methods, like `.from_pretrained`. It seams, there is now way to set the model-cahce in...

I can confirm this bug. I have the same problem. The problem: due to this bug, the functional tests in yii no longer work. When using test fixtures and elastic...

> I can get it to run on TPU VM but it's very slow. Can you share the code, how you would be able to get this running? Was it...

Same here, using memcached and `TagDependency` in Yii2 web-application. People using redis as caching-engine has the same problem reported under this issue: https://github.com/yiisoft/yii2-redis/issues/156

> What's your use-case here? Post-processing some stuff when your content is rendered? > > Output flushing is heavily dependend on your setup, see also comments: > > * https://www.php.net/manual/en/function.flush.php...

> > > For API I had to manually insert in completions.py the fields: 'skip_special_tokens': False, 'custom_stopping_strings': '""' > > > as the other side doesnt insert those fields. I...

Thank you. That sounds great and is working. Impartant hin in your example is: if taking the context from your csv file, I have to replac "," by "." But...